FLAC__MAX_SAMPLE_RATE

The maximum sample rate permitted by the format. The value is ((2 ^ 16) - 1) * 10; see <A HREF="../format.html">FLAC format</A> as to why.

extern (C) nothrow
enum FLAC__MAX_SAMPLE_RATE = 655350u;

Meta