ReverbEffect

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Properties

AirAbsorbtionGainHighFreq
float AirAbsorbtionGainHighFreq [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
AirAbsorbtionGainHighFreq
ALfloat AirAbsorbtionGainHighFreq [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Decay
float Decay [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Decay
ALfloat Decay [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
DecayHighFreqLimit
ALfloat DecayHighFreqLimit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
DecayHighFreqLimit
float DecayHighFreqLimit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
DecayHighFreqRatio
float DecayHighFreqRatio [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
DecayHighFreqRatio
ALfloat DecayHighFreqRatio [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Density
float Density [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Density
ALfloat Density [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Diffusion
float Diffusion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Diffusion
ALfloat Diffusion [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Gain
float Gain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Gain
ALfloat Gain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
GainHighFreq
float GainHighFreq [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
GainHighFreq
ALfloat GainHighFreq [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
LateReverbDelay
float LateReverbDelay [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
LateReverbDelay
ALfloat LateReverbDelay [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
LateReverbGain
float LateReverbGain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
LateReverbGain
ALfloat LateReverbGain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
ReflectionsDelay
float ReflectionsDelay [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ReflectionsDelay
ALfloat ReflectionsDelay [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
ReflectionsGain
float ReflectionsGain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ReflectionsGain
ALfloat ReflectionsGain [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
RoomRollOffFactor
float RoomRollOffFactor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
RoomRollOffFactor
ALfloat RoomRollOffFactor [@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