Enum mpeg2ts_reader::StreamType [−][src]
pub enum StreamType {
Iso11172Video,
H262,
Iso11172Audio,
Iso138183Audio,
H2220PrivateSections,
H2220PesPrivateData,
Mheg,
H2220DsmCc,
H2221,
Iso138186MultiprotocolEncapsulation,
DsmccUnMessages,
DsmccStreamDescriptors,
DsmccSections,
H2220Auxiliary,
Adts,
Iso144962Visual,
Latm,
FlexMuxPes,
FlexMuxIso14496Sections,
SynchronizedDownloadProtocol,
MetadataInPes,
MetadataInMetadataSections,
DsmccDataCarouselMetadata,
DsmccObjectCarouselMetadata,
SynchronizedDownloadProtocolMetadata,
Ipmp,
H264,
H265,
ChineseVideoStandard,
AtscDolbyDigitalAudio,
AtscDsmccNetworkResourcesTable,
AtscDsmccSynchronousData,
Private(u8),
Reserved(u8),
}Variants
Iso11172VideoH262Iso11172AudioIso138183AudioH2220PrivateSectionsH2220PesPrivateDataMhegH2220DsmCcH2221Iso138186MultiprotocolEncapsulationDsmccUnMessagesDsmccStreamDescriptorsDsmccSectionsH2220AuxiliaryAdtsIso144962VisualLatmFlexMuxPesFlexMuxIso14496SectionsSynchronizedDownloadProtocolMetadataInPesMetadataInMetadataSectionsDsmccDataCarouselMetadataDsmccObjectCarouselMetadataSynchronizedDownloadProtocolMetadataIpmpH264H265ChineseVideoStandardAtscDolbyDigitalAudioAtscDsmccNetworkResourcesTableAtscDsmccSynchronousDataPrivate(u8)Reserved(u8)
Trait Implementations
impl Debug for StreamType[src]
impl Debug for StreamTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for StreamType[src]
impl PartialEq for StreamTypefn eq(&self, other: &StreamType) -> bool[src]
fn eq(&self, other: &StreamType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StreamType) -> bool[src]
fn ne(&self, other: &StreamType) -> boolThis method tests for !=.
impl Eq for StreamType[src]
impl Eq for StreamTypeimpl Hash for StreamType[src]
impl Hash for StreamTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for StreamType[src]
impl Clone for StreamTypefn clone(&self) -> StreamType[src]
fn clone(&self) -> StreamTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for StreamType[src]
impl Copy for StreamTypeimpl From<u8> for StreamType[src]
impl From<u8> for StreamTypeimpl From<StreamType> for u8[src]
impl From<StreamType> for u8fn from(val: StreamType) -> Self[src]
fn from(val: StreamType) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for StreamType
impl Send for StreamTypeimpl Sync for StreamType
impl Sync for StreamType