#[repr(C)]pub struct AUVoiceIOOtherAudioDuckingConfiguration {
pub mEnableAdvancedDucking: u8,
pub mDuckingLevel: AUVoiceIOOtherAudioDuckingLevel,
}Available on crate feature
AudioUnitProperties only.Expand description
The configuration of ducking other (i.e. non-voice) audio
Enables advanced ducking which ducks other audio based on the presence of voice activity from local and/or remote chat participants.
Ducking level of other audio
See also Apple’s documentation
Fields§
§mEnableAdvancedDucking: u8§mDuckingLevel: AUVoiceIOOtherAudioDuckingLevelTrait Implementations§
Source§impl Clone for AUVoiceIOOtherAudioDuckingConfiguration
impl Clone for AUVoiceIOOtherAudioDuckingConfiguration
Source§fn clone(&self) -> AUVoiceIOOtherAudioDuckingConfiguration
fn clone(&self) -> AUVoiceIOOtherAudioDuckingConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for AUVoiceIOOtherAudioDuckingConfiguration
impl PartialEq for AUVoiceIOOtherAudioDuckingConfiguration
Source§fn eq(&self, other: &AUVoiceIOOtherAudioDuckingConfiguration) -> bool
fn eq(&self, other: &AUVoiceIOOtherAudioDuckingConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefEncode for AUVoiceIOOtherAudioDuckingConfiguration
impl RefEncode for AUVoiceIOOtherAudioDuckingConfiguration
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AUVoiceIOOtherAudioDuckingConfiguration
impl StructuralPartialEq for AUVoiceIOOtherAudioDuckingConfiguration
Auto Trait Implementations§
impl Freeze for AUVoiceIOOtherAudioDuckingConfiguration
impl RefUnwindSafe for AUVoiceIOOtherAudioDuckingConfiguration
impl Send for AUVoiceIOOtherAudioDuckingConfiguration
impl Sync for AUVoiceIOOtherAudioDuckingConfiguration
impl Unpin for AUVoiceIOOtherAudioDuckingConfiguration
impl UnwindSafe for AUVoiceIOOtherAudioDuckingConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.