FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE

The maximum sample resolution permitted by libFLAC.

\warning FLAC__MAX_BITS_PER_SAMPLE is the limit of the FLAC format. However, the reference encoder/decoder is currently limited to 24 bits because of prevalent 32-bit math, so make sure and use this value when appropriate.

extern (C) nothrow
enum FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE = 24u;

Meta