[−][src]Struct gstreamer_audio::AudioConverterConfig
Implementations
impl AudioConverterConfig
[src]
pub fn new() -> Self
[src]
pub fn set_dither_method(&mut self, v: AudioDitherMethod)
[src]
pub fn get_dither_method(&self) -> AudioDitherMethod
[src]
pub fn set_noise_shaping_method(&mut self, v: AudioNoiseShapingMethod)
[src]
pub fn get_noise_shaping_method(&self) -> AudioNoiseShapingMethod
[src]
pub fn set_quantization(&mut self, v: u32)
[src]
pub fn get_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 get_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 get_mix_matrix(&self) -> Vec<Vec<f32>>
[src]
Trait Implementations
impl AsMut<StructureRef> for AudioConverterConfig
[src]
fn as_mut(&mut self) -> &mut StructureRef
[src]
impl AsRef<StructureRef> for AudioConverterConfig
[src]
fn as_ref(&self) -> &StructureRef
[src]
impl Clone for AudioConverterConfig
[src]
fn clone(&self) -> AudioConverterConfig
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for AudioConverterConfig
[src]
impl Default for AudioConverterConfig
[src]
impl Deref for AudioConverterConfig
[src]
type Target = StructureRef
The resulting type after dereferencing.
fn deref(&self) -> &StructureRef
[src]
impl DerefMut for AudioConverterConfig
[src]
fn deref_mut(&mut self) -> &mut StructureRef
[src]
impl Eq for AudioConverterConfig
[src]
impl From<AudioConverterConfig> for Structure
[src]
fn from(v: AudioConverterConfig) -> Structure
[src]
impl PartialEq<AudioConverterConfig> for AudioConverterConfig
[src]
fn eq(&self, other: &AudioConverterConfig) -> bool
[src]
fn ne(&self, other: &AudioConverterConfig) -> bool
[src]
impl StructuralEq for AudioConverterConfig
[src]
impl StructuralPartialEq for AudioConverterConfig
[src]
impl<'a> TryFrom<&'a StructureRef> for AudioConverterConfig
[src]
type Error = BoolError
The type returned in the event of a conversion error.
fn try_from(v: &'a StructureRef) -> Result<AudioConverterConfig, Self::Error>
[src]
impl TryFrom<Structure> 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> 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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,