pub enum DspPan {
Show 24 variants
Mode,
StereoPosition2D,
Direction2D,
Extent2D,
Rotation2D,
LfeLevel2D,
StereoMode2D,
StereoSeparation2D,
StereoAxis2D,
EnabledSpeakers,
Position3D,
Rolloff3D,
MinDistance3D,
MaxDistance3D,
ExtentMode3D,
SoundSize3D,
MinExtent3D,
PanBlend3D,
LfeUpmixEnabled,
OverallGain,
SurroundSpeakerMode,
HeightBlend2D,
AttenuationRange,
OverrideRange,
}Variants§
Mode
StereoPosition2D
Direction2D
Extent2D
Rotation2D
LfeLevel2D
StereoMode2D
StereoSeparation2D
StereoAxis2D
EnabledSpeakers
Position3D
Rolloff3D
MinDistance3D
MaxDistance3D
ExtentMode3D
SoundSize3D
MinExtent3D
PanBlend3D
LfeUpmixEnabled
OverallGain
SurroundSpeakerMode
HeightBlend2D
AttenuationRange
OverrideRange
Implementations§
Trait Implementations§
Source§impl From<DspPan> for FMOD_DSP_PAN
impl From<DspPan> for FMOD_DSP_PAN
Source§fn from(value: DspPan) -> FMOD_DSP_PAN
fn from(value: DspPan) -> FMOD_DSP_PAN
Converts to this type from the input type.
impl Copy for DspPan
impl StructuralPartialEq for DspPan
Auto Trait Implementations§
impl Freeze for DspPan
impl RefUnwindSafe for DspPan
impl Send for DspPan
impl Sync for DspPan
impl Unpin for DspPan
impl UnwindSafe for DspPan
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