[][src]Function flac_sys::FLAC__format_sample_rate_is_valid

pub unsafe extern "C" fn FLAC__format_sample_rate_is_valid(
    sample_rate: c_uint
) -> FLAC__bool

Tests that a sample rate is valid for FLAC.

\param sample_rate The sample rate to test for compliance. \retval FLAC__bool \c true if the given sample rate conforms to the specification, else \c false.