Struct ffmpeg_next::util::format::sample::Buffer [−][src]
pub struct Buffer {
pub format: Sample,
pub channels: u16,
pub samples: usize,
pub align: bool,
// some fields omitted
}Fields
format: Samplechannels: u16samples: usizealign: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Bufferimpl UnwindSafe for BufferBlanket Implementations
Mutably borrows from an owned value. Read more