#[repr(C)]pub struct IPLReconstructorSharedInputs {
pub duration: IPLfloat32,
pub order: IPLint32,
}Expand description
Inputs common to all reconstruction operations specified in a single call to \c iplReconstructorReconstruct.
Fields§
§duration: IPLfloat32Duration of impulse responses to reconstruct. Must be less than or equal to \c maxDuration specified in \c IPLReconstructorSettings.
order: IPLint32Ambisonic order of impulse responses to reconstruct. Must be less than or equal to \c maxOrder specified in \c IPLReconstructorSettings.
Trait Implementations§
Source§fn clone(&self) -> IPLReconstructorSharedInputs
fn clone(&self) -> IPLReconstructorSharedInputs
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 moreAuto Trait Implementations§
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