Music

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string filename)
Undocumented in source.
this
this(void[] data)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

isRelativeToListener
bool isRelativeToListener()
Undocumented in source. Be warned that the author may not have intended to support it.
loadFromFile
bool loadFromFile(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFromMemory
bool loadFromMemory(void[] data)
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.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

channelCount
int channelCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
duration
Time duration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
loopPoints
TimeSpan loopPoints [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loopPoints
TimeSpan loopPoints [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
minDistance
float minDistance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minDistance
float minDistance [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pitch
float pitch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pitch
float pitch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
playingOffset
Time playingOffset [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector3f position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector3f position [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRate
int sampleRate [@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.

Variables

m_music
sfMusic* m_music;
Undocumented in source.

Meta