C# Class Nez.SoundEffectInstanceExt

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

applyHighPassFilter() public static méthode

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

applyLowPassFilter() public static méthode

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