1.3.4.1.9 FLAC_GetBitdepth Function

C

int8_t FLAC_GetBitdepth(void);

Summary

Returns number of bits per sample of the FLAC audio file.

Description

This function returns bitdepth that describes the resolution of the sound data that is captured and stored in the encoded FLAC

Precondition

FLAC_Initialize function must be called before this function.

Parameters

None.

Returns

Bitdepth of the FLAC audio file.

Example

bitdepth = FLAC_GetBitdepth();

Remarks

None