pub struct Tkhd {Show 13 fields
pub creation_time: u64,
pub modification_time: u64,
pub track_id: u32,
pub duration: u64,
pub layer: u16,
pub alternate_group: u16,
pub enabled: bool,
pub in_movie: bool,
pub size_is_aspect_ratio: bool,
pub volume: FixedPoint<u8>,
pub matrix: Matrix,
pub width: FixedPoint<u16>,
pub height: FixedPoint<u16>,
}Fields§
§creation_time: u64§modification_time: u64§track_id: u32§duration: u64§layer: u16§alternate_group: u16§enabled: bool§in_movie: bool§size_is_aspect_ratio: boolWhen set, width/height express the track’s suggested aspect ratio
rather than pixel dimensions (ISO/IEC 14496-12:2022 §8.3.2.3).
volume: FixedPoint<u8>§matrix: Matrix§width: FixedPoint<u16>§height: FixedPoint<u16>Trait Implementations§
impl Eq for Tkhd
impl StructuralPartialEq for Tkhd
Auto Trait Implementations§
impl Freeze for Tkhd
impl RefUnwindSafe for Tkhd
impl Send for Tkhd
impl Sync for Tkhd
impl Unpin for Tkhd
impl UnsafeUnpin for Tkhd
impl UnwindSafe for Tkhd
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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