[−][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
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,