Enum gstreamer_audio::AudioFormat[][src]

pub enum AudioFormat {
    Unknown,
    Encoded,
    S8,
    U8,
    S16le,
    S16be,
    U16le,
    U16be,
    S2432le,
    S2432be,
    U2432le,
    U2432be,
    S32le,
    S32be,
    U32le,
    U32be,
    S24le,
    S24be,
    U24le,
    U24be,
    S20le,
    S20be,
    U20le,
    U20be,
    S18le,
    S18be,
    U18le,
    U18be,
    F32le,
    F32be,
    F64le,
    F64be,
    // some variants omitted
}

Enum value describing the most common audio formats.

Variants

Methods

impl AudioFormat
[src]

Trait Implementations

impl Debug for AudioFormat
[src]

Formats the value using the given formatter. Read more

impl Eq for AudioFormat
[src]

impl PartialEq for AudioFormat
[src]

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

This method tests for !=.

impl Ord for AudioFormat
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialOrd for AudioFormat
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AudioFormat
[src]

impl StaticType for AudioFormat
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for AudioFormat
[src]

impl<'a> FromValue<'a> for AudioFormat
[src]

impl SetValue for AudioFormat
[src]

impl FromStr for AudioFormat
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for AudioFormat
[src]

Formats the value using the given formatter. Read more

impl From<AudioFormat> for AudioFormatInfo
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AudioFormat

impl Sync for AudioFormat