[][src]Enum gstreamer_audio::AudioRingBufferFormatType

pub enum AudioRingBufferFormatType {
    Raw,
    MuLaw,
    ALaw,
    ImaAdpcm,
    Mpeg,
    Gsm,
    Iec958,
    Ac3,
    Eac3,
    Dts,
    Mpeg2Aac,
    Mpeg4Aac,
    Mpeg2AacRaw,
    Mpeg4AacRaw,
    Flac,
    // some variants omitted
}

The format of the samples in the ringbuffer.

Variants

Raw
MuLaw
ALaw
ImaAdpcm
Mpeg
Gsm
Iec958
Ac3
Eac3
Dts
Mpeg2Aac
Mpeg4Aac
Mpeg2AacRaw
Mpeg4AacRaw
Flac

Trait Implementations

impl Clone for AudioRingBufferFormatType[src]

impl Copy for AudioRingBufferFormatType[src]

impl Debug for AudioRingBufferFormatType[src]

impl Eq for AudioRingBufferFormatType[src]

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

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

impl Hash for AudioRingBufferFormatType[src]

impl Ord for AudioRingBufferFormatType[src]

impl PartialEq<AudioRingBufferFormatType> for AudioRingBufferFormatType[src]

impl PartialOrd<AudioRingBufferFormatType> for AudioRingBufferFormatType[src]

impl SetValue for AudioRingBufferFormatType[src]

impl StaticType for AudioRingBufferFormatType[src]

impl StructuralEq for AudioRingBufferFormatType[src]

impl StructuralPartialEq for AudioRingBufferFormatType[src]

Auto Trait Implementations

impl RefUnwindSafe for AudioRingBufferFormatType

impl Send for AudioRingBufferFormatType

impl Sync for AudioRingBufferFormatType

impl Unpin for AudioRingBufferFormatType

impl UnwindSafe for AudioRingBufferFormatType

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[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.