Channel

Undocumented in source.

Constructors

this
this(FMOD_CHANNEL* chan)
Undocumented in source.

Members

Functions

getAudibility
float getAudibility()
Undocumented in source. Be warned that the author may not have intended to support it.
getLowPassGain
float getLowPassGain()
Undocumented in source. Be warned that the author may not have intended to support it.
getMute
bool getMute()
Undocumented in source. Be warned that the author may not have intended to support it.
getPaused
bool getPaused()
Undocumented in source. Be warned that the author may not have intended to support it.
getPitch
float getPitch()
Undocumented in source. Be warned that the author may not have intended to support it.
getReverbProperties
float getReverbProperties(int instance)
Undocumented in source. Be warned that the author may not have intended to support it.
getVolume
float getVolume()
Undocumented in source. Be warned that the author may not have intended to support it.
getVolumeRamp
int getVolumeRamp()
Undocumented in source. Be warned that the author may not have intended to support it.
setLowPassGain
void setLowPassGain(float gain)
Undocumented in source. Be warned that the author may not have intended to support it.
setMute
void setMute(bool mute)
Undocumented in source. Be warned that the author may not have intended to support it.
setPaused
void setPaused(bool paused)
Undocumented in source. Be warned that the author may not have intended to support it.
setPitch
void setPitch(float pitch)
Undocumented in source. Be warned that the author may not have intended to support it.
setReverbProperties
void setReverbProperties(int instance, float wet)
Undocumented in source. Be warned that the author may not have intended to support it.
setVolume
void setVolume(float volume)
Undocumented in source. Be warned that the author may not have intended to support it.
setVolumeRamp
void setVolumeRamp(int ramp)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
system
FMOD_SYSTEM* system()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

channel
FMOD_CHANNEL* channel;
Undocumented in source.

Meta