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

Trait Implementations

impl Debug for StreamType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for StreamType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for StreamType
[src]

impl Hash for StreamType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for StreamType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StreamType
[src]

impl From<u8> for StreamType
[src]

Performs the conversion.

impl From<StreamType> for u8
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for StreamType

impl Sync for StreamType