Method | Description | |
---|---|---|
applyBandPassFilter ( this self, float hfGain, float lfGain ) : void |
applies a bandpass filter to the SoundEffectInstance
|
|
applyHighPassFilter ( this self, float lfGain ) : void |
applies a high pass filter to the SoundEffectInstance
|
|
applyLowPassFilter ( this self, float hfGain ) : void |
applies a low pass filter to the SoundEffectInstance
|
public static applyBandPassFilter ( this self, float hfGain, float lfGain ) : void | ||
self | this | Self. |
hfGain | float | Hf gain. |
lfGain | float | Lf gain. |
return | void |
public static applyHighPassFilter ( this self, float lfGain ) : void | ||
self | this | Self. |
lfGain | float | Lf gain. |
return | void |
public static applyLowPassFilter ( this self, float hfGain ) : void | ||
self | this | Self. |
hfGain | float | Hf gain. |
return | void |