C# Class Nez.SoundEffectInstanceExt

Mostra file Open project: prime31/Nez

Public Methods

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

Method Details

applyBandPassFilter() public static method

applies a bandpass 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

applyHighPassFilter() public static method

applies a high pass filter to the SoundEffectInstance
public static applyHighPassFilter ( this self, float lfGain ) : void
self this Self.
lfGain float Lf gain.
return void

applyLowPassFilter() public static method

applies a low pass filter to the SoundEffectInstance
public static applyLowPassFilter ( this self, float hfGain ) : void
self this Self.
hfGain float Hf gain.
return void