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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for StreamType[src]
fn eq(&self, __arg_0: &StreamType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StreamType) -> bool[src]
This method tests for !=.
impl Eq for StreamType[src]
impl Hash for StreamType[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
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]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for StreamType[src]
fn clone(&self) -> StreamType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for StreamType[src]
impl From<u8> for StreamType[src]
impl From<StreamType> for u8[src]
fn from(val: StreamType) -> Self[src]
Performs the conversion.