Enum gstreamer_audio::AudioRingBufferFormatType [−][src]
#[non_exhaustive] pub enum AudioRingBufferFormatType {}Show variants
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 (Non-exhaustive)
samples in linear or float
samples in mulaw
samples in alaw
samples in ima adpcm
samples in mpeg audio (but not AAC) format
samples in gsm format
samples in IEC958 frames (e.g. AC3)
samples in AC3 format
samples in EAC3 format
samples in DTS format
samples in MPEG-2 AAC ADTS format
samples in MPEG-4 AAC ADTS format
v1_12
only.samples in MPEG-2 AAC raw format (Since: 1.12)
v1_12
only.samples in MPEG-4 AAC raw format (Since: 1.12)
v1_12
only.samples in FLAC format (Since: 1.12)
Trait Implementations
impl Clone for AudioRingBufferFormatType
[src]
impl Clone for AudioRingBufferFormatType
[src]fn clone(&self) -> AudioRingBufferFormatType
[src]
fn clone(&self) -> AudioRingBufferFormatType
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for AudioRingBufferFormatType
[src]
impl Debug for AudioRingBufferFormatType
[src]impl<'a> FromValue<'a> for AudioRingBufferFormatType
[src]
impl<'a> FromValue<'a> for AudioRingBufferFormatType
[src]type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl Hash for AudioRingBufferFormatType
[src]
impl Hash for AudioRingBufferFormatType
[src]impl Ord for AudioRingBufferFormatType
[src]
impl Ord for AudioRingBufferFormatType
[src]impl PartialEq<AudioRingBufferFormatType> for AudioRingBufferFormatType
[src]
impl PartialEq<AudioRingBufferFormatType> for AudioRingBufferFormatType
[src]fn eq(&self, other: &AudioRingBufferFormatType) -> bool
[src]
fn eq(&self, other: &AudioRingBufferFormatType) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &AudioRingBufferFormatType) -> bool
[src]
fn ne(&self, other: &AudioRingBufferFormatType) -> bool
[src]This method tests for !=
.
impl PartialOrd<AudioRingBufferFormatType> for AudioRingBufferFormatType
[src]
impl PartialOrd<AudioRingBufferFormatType> for AudioRingBufferFormatType
[src]fn partial_cmp(&self, other: &AudioRingBufferFormatType) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &AudioRingBufferFormatType) -> Option<Ordering>
[src]This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl StaticType for AudioRingBufferFormatType
[src]
impl StaticType for AudioRingBufferFormatType
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToValue for AudioRingBufferFormatType
[src]
impl ToValue for AudioRingBufferFormatType
[src]impl ValueType for AudioRingBufferFormatType
[src]
impl ValueType for AudioRingBufferFormatType
[src]impl Copy for AudioRingBufferFormatType
[src]
impl Eq 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> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized,
[src]
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized,
[src]pub fn to_send_value(&self) -> SendValue
[src]
pub fn to_send_value(&self) -> SendValue
[src]Returns a SendValue
clone of self
.