Function audio_format

Source
fn audio_format(
    reader: &IMFSourceReader,
    stream: u32,
) -> Result<(u32, u32), String>
Expand description

(sample rate, channels) of the reader’s current output type.