Enum mpeg2ts_reader::descriptor::iso_639_language::AudioType[][src]

pub enum AudioType {
    Undefined,
    CleanEffects,
    HearingImpaired,
    VisualImpairedCommentary,
    Reserved(u8),
}

Metadata about the role of the audio elementary stream to which this descriptor is attached.

Variants

Undefined

The audio has no particular role define

CleanEffects

There is no language-specific content within the audio

HearingImpaired

The audio is prepared for the heading impaired

VisualImpairedCommentary

The audio is prepared for the visually impaired

Reserved(u8)

Values 0x80 to 0xFF are reserved for use in future versions of ISO/IEC 13818-1

Trait Implementations

impl Debug for AudioType[src]

impl From<u8> for AudioType[src]

impl PartialEq<AudioType> for AudioType[src]

impl StructuralPartialEq for AudioType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.