pub struct TfdtBox {
pub base_media_decode_time: u64,
}Available on crate feature
sub-vtt only.Expand description
Track Fragment Base Media Decode Time Box (tfdt) - absolute decode time of the first sample.
This box provides the absolute decode time, measured on the media timeline, of the first sample in decode order in the track fragment.
Fields§
§base_media_decode_time: u64The absolute decode time, measured on the media timeline, of the first sample in decode order in the track fragment.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TfdtBox
impl RefUnwindSafe for TfdtBox
impl Send for TfdtBox
impl Sync for TfdtBox
impl Unpin for TfdtBox
impl UnsafeUnpin for TfdtBox
impl UnwindSafe for TfdtBox
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