FLAC__SUBFRAME_ZERO_PAD_LEN

== 1 (bit)

This used to be a zero-padding bit (hence the name FLAC__SUBFRAME_ZERO_PAD_LEN) but is now a reserved bit. It still has a mandatory value of \c 0 but in the future may take on the value \c 0 or \c 1 to mean something else.

extern (C) nothrow extern __gshared const
uint FLAC__SUBFRAME_ZERO_PAD_LEN;

Meta