Music

Music

Constructors

this
this(Music music)
Undocumented in source.
this
this(Mix_Music* chunk)
Undocumented in source.
this
this(string path)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

fadeIn
void fadeIn(float fadingDuration)
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.
load
void load(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(Mix_Music* 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()
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.
rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(float position)
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.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isFading
bool isFading [@property getter]
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.
isPlaying
bool isPlaying [@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