pub fn supported_sample_rates<T>(
codec: Codec<T>,
ctx: Option<&Context>,
) -> Result<Supported<SampleRateIter<'_>>, Error>Expand description
Low-level function interacting with the FFmpeg API via
avcodec_get_supported_config(). Consider using one of the convenience methods
on the codecs or codec contexts instead.