#[repr(C)]pub struct IPLReconstructorSettings {
pub maxDuration: IPLfloat32,
pub maxOrder: IPLint32,
pub samplingRate: IPLint32,
}Expand description
Settings used to create a reconstructor.
Fields§
§maxDuration: IPLfloat32The largest possible duration (in seconds) of any impulse response that will be reconstructed using this reconstructor.
maxOrder: IPLint32The largest possible Ambisonic order of any impulse response that will be reconstructed using this reconstructor.
samplingRate: IPLint32The sampling rate of impulse responses reconstructed using this reconstructor.
Trait Implementations§
Source§impl Clone for IPLReconstructorSettings
impl Clone for IPLReconstructorSettings
Source§fn clone(&self) -> IPLReconstructorSettings
fn clone(&self) -> IPLReconstructorSettings
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 IPLReconstructorSettings
impl Debug for IPLReconstructorSettings
impl Copy for IPLReconstructorSettings
Auto Trait Implementations§
impl Freeze for IPLReconstructorSettings
impl RefUnwindSafe for IPLReconstructorSettings
impl Send for IPLReconstructorSettings
impl Sync for IPLReconstructorSettings
impl Unpin for IPLReconstructorSettings
impl UnwindSafe for IPLReconstructorSettings
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