pub struct SeamlessSplice {
pub splice_type: u8,
pub dts_next_au: Timestamp,
}Expand description
Value of the seamless_splice field, as returned by
AdaptationFieldExtension::seamless_splice()
method
Fields§
§splice_type: u8see ISO/IEC 13818-1 : 2000, Table 2-7 through Table 2-16
dts_next_au: TimestampThe DTS of the access unit after the splice-point.
Trait Implementations§
Source§impl Debug for SeamlessSplice
impl Debug for SeamlessSplice
Source§impl PartialEq for SeamlessSplice
impl PartialEq for SeamlessSplice
impl Eq for SeamlessSplice
impl StructuralPartialEq for SeamlessSplice
Auto Trait Implementations§
impl Freeze for SeamlessSplice
impl RefUnwindSafe for SeamlessSplice
impl Send for SeamlessSplice
impl Sync for SeamlessSplice
impl Unpin for SeamlessSplice
impl UnwindSafe for SeamlessSplice
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