Enum ffmpeg::codec::audio_service::AudioService [] [src]

pub enum AudioService {
    Main,
    Effects,
    VisuallyImpaired,
    HearingImpaired,
    Dialogue,
    Commentary,
    Emergency,
    VoiceOver,
    Karaoke,
}

Variants

Trait Implementations

impl Eq for AudioService
[src]

impl PartialEq for AudioService
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for AudioService
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AudioService
[src]

impl Debug for AudioService
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AVAudioServiceType> for AudioService
[src]

[src]

Performs the conversion.

impl Into<AVAudioServiceType> for AudioService
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AudioService

impl Sync for AudioService