pub type AudioFrame = AudioFrame<SampleFormat, ChannelLayoutDescription, AudioFrameExtra, FfmpegBuffer>;Expand description
Decoded audio frame pre-parameterized with this crate’s sample format / channel layout / extras / view carrier.
Each plane is a window over exactly the samples the decoder wrote — never the allocator’s alignment padding past them.
Aliased Type§
pub struct AudioFrame { /* private fields */ }