Skip to main content

open_muxer_with

Function open_muxer_with 

Source
pub fn open_muxer_with(
    output: Box<dyn WriteSeek>,
    streams: &[StreamInfo],
    opts: WavMuxOptions,
) -> Result<Box<dyn Muxer>>
Expand description

Open the WAV muxer with caller-controlled WAVEFORMATEXTENSIBLE options. Identical to open_muxer when opts == WavMuxOptions::default().