#[repr(transparent)]pub struct AUAudioMixRenderingStyle(pub u32);Available on crate feature
AudioUnitParameters only.Expand description
Constants available as values for parameter kAUAudioMixParameter_Style.
Cinematic rendering style (default)
Studio rendering style
In-Frame rendering style
Cinematic rendering style - background only
Cinematic rendering style - foreground only
Studio rendering style - foreground only
In-Frame rendering style - foreground only
Standard rendering style
Studio rendering style - background only
In-Frame rendering style - background only
See also Apple’s documentation
Tuple Fields§
§0: u32Implementations§
Source§impl AUAudioMixRenderingStyle
impl AUAudioMixRenderingStyle
pub const AudioMixRenderingStyle_Cinematic: Self
pub const AudioMixRenderingStyle_Studio: Self
pub const AudioMixRenderingStyle_InFrame: Self
pub const AudioMixRenderingStyle_CinematicBackgroundStem: Self
pub const AudioMixRenderingStyle_CinematicForegroundStem: Self
pub const AudioMixRenderingStyle_StudioForegroundStem: Self
pub const AudioMixRenderingStyle_InFrameForegroundStem: Self
pub const AudioMixRenderingStyle_Standard: Self
pub const AudioMixRenderingStyle_StudioBackgroundStem: Self
pub const AudioMixRenderingStyle_InFrameBackgroundStem: Self
Trait Implementations§
Source§impl Clone for AUAudioMixRenderingStyle
impl Clone for AUAudioMixRenderingStyle
Source§fn clone(&self) -> AUAudioMixRenderingStyle
fn clone(&self) -> AUAudioMixRenderingStyle
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 Debug for AUAudioMixRenderingStyle
impl Debug for AUAudioMixRenderingStyle
Source§impl Encode for AUAudioMixRenderingStyle
impl Encode for AUAudioMixRenderingStyle
Source§impl Hash for AUAudioMixRenderingStyle
impl Hash for AUAudioMixRenderingStyle
Source§impl Ord for AUAudioMixRenderingStyle
impl Ord for AUAudioMixRenderingStyle
Source§fn cmp(&self, other: &AUAudioMixRenderingStyle) -> Ordering
fn cmp(&self, other: &AUAudioMixRenderingStyle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AUAudioMixRenderingStyle
impl PartialEq for AUAudioMixRenderingStyle
Source§impl PartialOrd for AUAudioMixRenderingStyle
impl PartialOrd for AUAudioMixRenderingStyle
Source§impl RefEncode for AUAudioMixRenderingStyle
impl RefEncode for AUAudioMixRenderingStyle
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 AUAudioMixRenderingStyle
impl Eq for AUAudioMixRenderingStyle
impl StructuralPartialEq for AUAudioMixRenderingStyle
Auto Trait Implementations§
impl Freeze for AUAudioMixRenderingStyle
impl RefUnwindSafe for AUAudioMixRenderingStyle
impl Send for AUAudioMixRenderingStyle
impl Sync for AUAudioMixRenderingStyle
impl Unpin for AUAudioMixRenderingStyle
impl UnwindSafe for AUAudioMixRenderingStyle
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.