pub enum DspType {
Show 38 variants
Unknown,
Mixer,
Oscillator,
Lowpass,
Itlowpass,
Highpass,
Echo,
Fader,
Flange,
Distortion,
Normalize,
Limiter,
Parameq,
Pitchshift,
Chorus,
Vstplugin,
Winampplugin,
Itecho,
Compressor,
Sfxreverb,
LowpassSimple,
Delay,
Tremolo,
Ladspaplugin,
Send,
Return,
HighpassSimple,
Pan,
ThreeEq,
Fft,
LoudnessMeter,
Envelopefollower,
Convolutionreverb,
Channelmix,
Transceiver,
Objectpan,
MultibandEq,
Max,
}Variants§
Unknown
Mixer
Oscillator
Lowpass
Itlowpass
Highpass
Echo
Fader
Flange
Distortion
Normalize
Limiter
Parameq
Pitchshift
Chorus
Vstplugin
Winampplugin
Itecho
Compressor
Sfxreverb
LowpassSimple
Delay
Tremolo
Ladspaplugin
Send
Return
HighpassSimple
Pan
ThreeEq
Fft
LoudnessMeter
Envelopefollower
Convolutionreverb
Channelmix
Transceiver
Objectpan
MultibandEq
Max
Implementations§
Trait Implementations§
source§impl From<DspType> for FMOD_DSP_TYPE
impl From<DspType> for FMOD_DSP_TYPE
source§fn from(value: DspType) -> FMOD_DSP_TYPE
fn from(value: DspType) -> FMOD_DSP_TYPE
Converts to this type from the input type.
source§impl PartialEq for DspType
impl PartialEq for DspType
impl Copy for DspType
impl StructuralPartialEq for DspType
Auto Trait Implementations§
impl Freeze for DspType
impl RefUnwindSafe for DspType
impl Send for DspType
impl Sync for DspType
impl Unpin for DspType
impl UnwindSafe for DspType
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