EqualizerEffect

An equalizer.

Constructors

this
this()
Undocumented in source.

Members

Properties

HighCutoff
float HighCutoff [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
HighCutoff
ALfloat HighCutoff [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
HighGain
float HighGain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
HighGain
ALfloat HighGain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
LowCutoff
float LowCutoff [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
LowCutoff
ALfloat LowCutoff [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
LowGain
float LowGain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
LowGain
ALfloat LowGain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid1Center
float Mid1Center [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid1Center
ALfloat Mid1Center [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid1Gain
float Mid1Gain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid1Gain
ALfloat Mid1Gain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid1Width
float Mid1Width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid1Width
ALfloat Mid1Width [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid2Center
float Mid2Center [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid2Center
ALfloat Mid2Center [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid2Gain
float Mid2Gain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid2Gain
ALfloat Mid2Gain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid2Width
float Mid2Width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Mid2Width
ALfloat Mid2Width [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AudioEffect

id
ALuint id;
Undocumented in source.
sendId
ALuint sendId;
Undocumented in source.
effectType
EffectType effectType;
Undocumented in source.
target
AudioEffect target;
Undocumented in source.
attachedEffects
AudioEffect[] attachedEffects;
Undocumented in source.
setupDone
void setupDone()
Undocumented in source. Be warned that the author may not have intended to support it.
deattachAllChildren
void deattachAllChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
attach
void attach(AudioEffect effect)
Undocumented in source. Be warned that the author may not have intended to support it.
deattachChild
void deattachChild(AudioEffect effect)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(ALuint id)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
Id
ALuint Id()
Undocumented in source. Be warned that the author may not have intended to support it.
RawId
ALuint RawId()
Undocumented in source. Be warned that the author may not have intended to support it.
Type
EffectType Type()
Undocumented in source. Be warned that the author may not have intended to support it.
AttachTo
void AttachTo(AudioEffect effect)

Attach sound effect to another.

Deattach
void Deattach()

Deattaches the sound effect from ALL other sound effects.

Meta