#[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
Source§impl<'de> Deserialize<'de> for TsGs
impl<'de> Deserialize<'de> for TsGs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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