pub type AudioFrame = AudioFrame<SampleFormat, AudioChannelLayout, AudioFrameExtra, FfmpegBuffer>;Expand description
Decoded audio frame pre-parameterized with this crate’s sample format / channel layout / extras / refcounted buffer.
Aliased Type§
pub struct AudioFrame { /* private fields */ }