[][src]Enum gstreamer_audio::AudioLayout

pub enum AudioLayout {
    Interleaved,
    NonInterleaved,
    // some variants omitted
}

Layout of the audio samples for the different channels.

Variants

Interleaved
NonInterleaved

Trait Implementations

impl Clone for AudioLayout[src]

impl Copy for AudioLayout[src]

impl Debug for AudioLayout[src]

impl Eq for AudioLayout[src]

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

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

impl Hash for AudioLayout[src]

impl Ord for AudioLayout[src]

impl PartialEq<AudioLayout> for AudioLayout[src]

impl PartialOrd<AudioLayout> for AudioLayout[src]

impl SetValue for AudioLayout[src]

impl StaticType for AudioLayout[src]

impl StructuralEq for AudioLayout[src]

impl StructuralPartialEq for AudioLayout[src]

Auto Trait Implementations

impl RefUnwindSafe for AudioLayout

impl Send for AudioLayout

impl Sync for AudioLayout

impl Unpin for AudioLayout

impl UnwindSafe for AudioLayout

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.