Enum mpv_audio::AudioFormat [] [src]

pub enum AudioFormat {
    U8,
    S8,
    U16Le,
    U16Be,
    S16Le,
    S16Be,
    U24Le,
    U24Be,
    S24Le,
    S24Be,
    U32Le,
    U32Be,
    S32Le,
    S32Be,
    FloatLe,
    FloatBe,
    DoubleLe,
    DoubleBe,
    U16,
    S16,
    U24,
    S24,
    U32,
    S32,
    Float,
    Double,
}

Variants

Trait Implementations

impl Copy for AudioFormat
[src]

impl Clone for AudioFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for AudioFormat
[src]

impl PartialEq for AudioFormat
[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 Hash for AudioFormat
[src]

[src]

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

1.3.0
[src]

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

impl Debug for AudioFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for AudioFormat
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AudioFormat

impl Sync for AudioFormat