pub struct AuSample {
pub data: Vec<u8>,
pub is_keyframe: bool,
}Expand description
One muxed access unit (frame): its length-prefixed sample bytes + whether it is a keyframe.
Fields§
§data: Vec<u8>§is_keyframe: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuSample
impl RefUnwindSafe for AuSample
impl Send for AuSample
impl Sync for AuSample
impl Unpin for AuSample
impl UnsafeUnpin for AuSample
impl UnwindSafe for AuSample
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more