Function write_audio_file

Source
fn write_audio_file<W>(writer: W, indent: u16, audio: &AudioFile) -> Result<()>
where W: Write,