[][src]Function flac_sys::FLAC__format_blocksize_is_subset

pub unsafe extern "C" fn FLAC__format_blocksize_is_subset(
    blocksize: c_uint,
    sample_rate: c_uint
) -> FLAC__bool

Tests that a blocksize at the given sample rate is valid for the FLAC subset.

\param blocksize The blocksize to test for compliance. \param sample_rate The sample rate is needed, since the valid subset blocksize depends on the sample rate. \retval FLAC__bool \c true if the given blocksize conforms to the specification for the subset at the given sample rate, else \c false.