Sound

Sound

Constructors

this
this(Sound sound)
Undocumented in source.
this
this(Mix_Chunk* chunk)
Undocumented in source.
this
this(string path)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

fadeIn
void fadeIn(float fadingDuration, float maxDuration)
Undocumented in source. Be warned that the author may not have intended to support it.
fadeOut
void fadeOut(float seconds)
Undocumented in source. Be warned that the author may not have intended to support it.
fadeOutGroup
void fadeOutGroup(float seconds)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(Mix_Chunk* chunk)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
play
void play(float maxDuration)
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
setDistance
void setDistance(float distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setPanning
void setPanning(float left, float right)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(float angle, float distance)
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.
stop
void stop(float seconds)
Undocumented in source. Be warned that the author may not have intended to support it.
stopGroup
void stopGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

group
int group [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
group
int group [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isLoaded
bool isLoaded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isLooping
bool isLooping [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isLooping
bool isLooping [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isPaused
bool isPaused [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
float length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
volume
float volume [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
volume
float volume [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta