pub struct Mp4Sample {
pub start_time: u64,
pub duration: u32,
pub rendering_offset: i32,
pub is_sync: bool,
pub bytes: Bytes,
}
Fields§
§start_time: u64
§duration: u32
§rendering_offset: i32
§is_sync: bool
§bytes: Bytes
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Mp4Sample
impl RefUnwindSafe for Mp4Sample
impl Send for Mp4Sample
impl Sync for Mp4Sample
impl Unpin for Mp4Sample
impl UnwindSafe for Mp4Sample
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