#[repr(C)]pub struct IPLAmbisonicsDecodeEffectSettings {
pub speakerLayout: IPLSpeakerLayout,
pub hrtf: IPLHRTF,
pub maxOrder: IPLint32,
}Expand description
Settings used to create an Ambisonics decode effect.
Fields§
§speakerLayout: IPLSpeakerLayoutThe speaker layout that will be used by output audio buffers.
hrtf: IPLHRTFThe HRTF to use.
maxOrder: IPLint32The maximum Ambisonics order that will be used by input audio buffers.
Trait Implementations§
Source§impl Clone for IPLAmbisonicsDecodeEffectSettings
impl Clone for IPLAmbisonicsDecodeEffectSettings
Source§fn clone(&self) -> IPLAmbisonicsDecodeEffectSettings
fn clone(&self) -> IPLAmbisonicsDecodeEffectSettings
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 moreimpl Copy for IPLAmbisonicsDecodeEffectSettings
Auto Trait Implementations§
impl Freeze for IPLAmbisonicsDecodeEffectSettings
impl RefUnwindSafe for IPLAmbisonicsDecodeEffectSettings
impl !Send for IPLAmbisonicsDecodeEffectSettings
impl !Sync for IPLAmbisonicsDecodeEffectSettings
impl Unpin for IPLAmbisonicsDecodeEffectSettings
impl UnwindSafe for IPLAmbisonicsDecodeEffectSettings
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