1.3.4.1.5 FLAC_GetChannels Function

C

uint8_t FLAC_GetChannels(void);

Summary

Returns the number of channels contained in the FLAC file.

Description

This function returns total number of audio channels contained in the FLAC file.

Precondition

FLAC_Initialize function must be called before this function.

Parameters

None.

Returns

Number of audio channels

Remarks

None