#[repr(u8)]pub enum TsGs {
Gfps = 0,
Ts = 3,
Gcs = 1,
Gse = 2,
}Expand description
Input stream format as described by the TS/GS field (MATYPE-1 bits [7:6]).
Variants§
Gfps = 0
Generic Packetized Stream.
Ts = 3
Transport Stream (MPEG-2 TS, 188-byte packets).
Gcs = 1
Generic Continuous Stream.
Gse = 2
Generic Encapsulated Stream.
Trait Implementations§
impl Copy for TsGs
impl Eq for TsGs
impl StructuralPartialEq for TsGs
Auto Trait Implementations§
impl Freeze for TsGs
impl RefUnwindSafe for TsGs
impl Send for TsGs
impl Sync for TsGs
impl Unpin for TsGs
impl UnsafeUnpin for TsGs
impl UnwindSafe for TsGs
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