Struct gstreamer_audio::AudioConverterConfig
source · [−]pub struct AudioConverterConfig(_);
Implementations
This is supported on crate feature
v1_10
only.This is supported on crate feature
v1_10
only.Methods from Deref<Target = StructureRef>
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,
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,
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,
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,
pub fn fixate_field_nearest_fraction<T>(
&mut self,
name: &str,
target: T
) -> bool where
T: Into<Fraction>,
This is supported on crate feature
v1_20
only.pub fn map_in_place<F>(&mut self, func: F) -> bool where
F: FnMut(Quark, &mut Value) -> ControlFlow<(), ()>,
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = StructureRef
type Target = StructureRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more