- 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.
- pauseAll
void pauseAll()
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.
- resumeAll
void resumeAll()
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.
- 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.
- isLooped
bool isLooped [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isLooped
bool isLooped [@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.