Struct gstreamer_audio::AudioConverterConfig [−][src]
pub struct AudioConverterConfig(_);
Implementations
impl AudioConverterConfig
[src]
impl AudioConverterConfig
[src]pub fn new() -> Self
[src]
pub fn set_dither_method(&mut self, v: AudioDitherMethod)
[src]
pub fn dither_method(&self) -> AudioDitherMethod
[src]
pub fn set_noise_shaping_method(&mut self, v: AudioNoiseShapingMethod)
[src]
pub fn noise_shaping_method(&self) -> AudioNoiseShapingMethod
[src]
pub fn set_quantization(&mut self, v: u32)
[src]
pub fn quantization(&self) -> u32
[src]
pub fn set_resampler_method(&mut self, v: AudioResamplerMethod)
[src]
This is supported on crate feature
v1_10
only.pub fn resampler_method(&self) -> AudioResamplerMethod
[src]
This is supported on crate feature
v1_10
only.pub fn set_mix_matrix<T: AsRef<[f32]>>(&mut self, v: &[T])
[src]
pub fn mix_matrix(&self) -> Vec<Vec<f32>>
[src]
Methods from Deref<Target = StructureRef>
pub unsafe fn as_ptr(&self) -> *const GstStructure
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstStructure
[src]
pub fn get<'a, T>(&'a self, name: &str) -> Result<T, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
pub fn get_optional<'a, T>(&'a self, name: &str) -> Result<Option<T>, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
pub fn value(&self, name: &str) -> Result<&SendValue, GetError>
[src]
pub fn get_by_quark<'a, T>(&'a self, name: Quark) -> Result<T, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
pub fn get_optional_by_quark<'a, T>(
&'a self,
name: Quark
) -> Result<Option<T>, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
[src]
&'a self,
name: Quark
) -> Result<Option<T>, GetError> where
T: FromValue<'a>,
<<T as FromValue<'a>>::Checker as ValueTypeChecker>::Error: GlibValueError,
pub fn value_by_quark(&self, name: Quark) -> Result<&SendValue, GetError>
[src]
pub fn set<T>(&mut self, name: &str, value: T) where
T: ToSendValue + Sync,
[src]
T: ToSendValue + Sync,
pub fn set_value(&mut self, name: &str, value: SendValue)
[src]
pub fn set_by_quark<T>(&mut self, name: Quark, value: T) where
T: ToSendValue + Sync,
[src]
T: ToSendValue + Sync,
pub fn set_value_by_quark(&mut self, name: Quark, value: SendValue)
[src]
pub fn name<'a>(&self) -> &'a str
[src]
pub fn name_quark(&self) -> Quark
[src]
pub fn set_name(&mut self, name: &str)
[src]
pub fn has_field(&self, field: &str) -> bool
[src]
pub fn has_field_with_type(&self, field: &str, type_: Type) -> bool
[src]
pub fn has_field_by_quark(&self, field: Quark) -> bool
[src]
pub fn has_field_with_type_by_quark(&self, field: Quark, type_: Type) -> bool
[src]
pub fn remove_field(&mut self, field: &str)
[src]
pub fn remove_fields(&mut self, fields: &[&str])
[src]
pub fn remove_all_fields(&mut self)
[src]
pub fn fields(&self) -> FieldIterator<'_>
[src]
pub fn iter(&self) -> Iter<'_>
[src]
pub fn nth_field_name<'a>(&self, idx: u32) -> Option<&'a str>
[src]
pub fn n_fields(&self) -> u32
[src]
pub fn can_intersect(&self, other: &StructureRef) -> bool
[src]
pub fn intersect(&self, other: &StructureRef) -> Option<Structure>
[src]
pub fn is_subset(&self, superset: &StructureRef) -> bool
[src]
pub fn fixate(&mut self)
[src]
pub fn fixate_field(&mut self, name: &str) -> bool
[src]
pub fn fixate_field_bool(&mut self, name: &str, target: bool) -> bool
[src]
pub fn fixate_field_str(&mut self, name: &str, target: &str) -> bool
[src]
pub fn fixate_field_nearest_double(&mut self, name: &str, target: f64) -> bool
[src]
pub fn fixate_field_nearest_fraction<T>(
&mut self,
name: &str,
target: T
) -> bool where
T: Into<Fraction>,
[src]
&mut self,
name: &str,
target: T
) -> bool where
T: Into<Fraction>,
pub fn fixate_field_nearest_int(&mut self, name: &str, target: i32) -> bool
[src]
Trait Implementations
impl AsMut<StructureRef> for AudioConverterConfig
[src]
impl AsMut<StructureRef> for AudioConverterConfig
[src]fn as_mut(&mut self) -> &mut StructureRef
[src]
fn as_mut(&mut self) -> &mut StructureRef
[src]Performs the conversion.
impl AsRef<StructureRef> for AudioConverterConfig
[src]
impl AsRef<StructureRef> for AudioConverterConfig
[src]fn as_ref(&self) -> &StructureRef
[src]
fn as_ref(&self) -> &StructureRef
[src]Performs the conversion.
impl Clone for AudioConverterConfig
[src]
impl Clone for AudioConverterConfig
[src]fn clone(&self) -> AudioConverterConfig
[src]
fn clone(&self) -> AudioConverterConfig
[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 AudioConverterConfig
[src]
impl Debug for AudioConverterConfig
[src]impl Default for AudioConverterConfig
[src]
impl Default for AudioConverterConfig
[src]impl Deref for AudioConverterConfig
[src]
impl Deref for AudioConverterConfig
[src]type Target = StructureRef
type Target = StructureRef
The resulting type after dereferencing.
fn deref(&self) -> &StructureRef
[src]
fn deref(&self) -> &StructureRef
[src]Dereferences the value.
impl DerefMut for AudioConverterConfig
[src]
impl DerefMut for AudioConverterConfig
[src]fn deref_mut(&mut self) -> &mut StructureRef
[src]
fn deref_mut(&mut self) -> &mut StructureRef
[src]Mutably dereferences the value.
impl PartialEq<AudioConverterConfig> for AudioConverterConfig
[src]
impl PartialEq<AudioConverterConfig> for AudioConverterConfig
[src]fn eq(&self, other: &AudioConverterConfig) -> bool
[src]
fn eq(&self, other: &AudioConverterConfig) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &AudioConverterConfig) -> bool
[src]
fn ne(&self, other: &AudioConverterConfig) -> bool
[src]This method tests for !=
.
impl<'a> TryFrom<&'a StructureRef> for AudioConverterConfig
[src]
impl<'a> TryFrom<&'a StructureRef> for AudioConverterConfig
[src]impl TryFrom<Structure> for AudioConverterConfig
[src]
impl TryFrom<Structure> for AudioConverterConfig
[src]impl Eq for AudioConverterConfig
[src]
impl StructuralEq for AudioConverterConfig
[src]
impl StructuralPartialEq for AudioConverterConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for AudioConverterConfig
impl Send for AudioConverterConfig
impl Sync for AudioConverterConfig
impl Unpin for AudioConverterConfig
impl UnwindSafe for AudioConverterConfig
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