SoundBuffer

Undocumented in source.

Constructors

this
this(const(sfSoundBuffer)* other)
Undocumented in source.
this
this(SoundBuffer other)
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

createFromFile
bool createFromFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
createFromMemory
bool createFromMemory(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

channelCount
uint 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.
sampleRate
uint sampleRate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
samples
short[] samples [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_soundBuffer
sfSoundBuffer* m_soundBuffer;
Undocumented in source.

Meta