1.3.4.1.1 FLAC_isDecoder_enabled Function

C

bool FLAC_isDecoder_enabled(void);

Summary

Function to check if FLAC decoding is enabled.

Description

This API returns if the FLAC Decoder is enabled or not in the program.

Returns

True - if decoder is enabled

False - if decoder is not enabled.

Remarks

None