AudioOStream

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string path, bool buffered)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

callbackStop
void callbackStop()
Undocumented in source. Be warned that the author may not have intended to support it.
getCpuLoad
float getCpuLoad()
Undocumented in source. Be warned that the author may not have intended to support it.
getNumLoops
float getNumLoops()
Undocumented in source. Be warned that the author may not have intended to support it.
isCallbackStopped
bool isCallbackStopped()
Undocumented in source. Be warned that the author may not have intended to support it.
isPaused
bool isPaused()
Undocumented in source. Be warned that the author may not have intended to support it.
isPlaying
bool isPlaying()
Undocumented in source. Be warned that the author may not have intended to support it.
isStopped
bool isStopped()
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.
setStreamPos
void setStreamPos(double pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setStreamPosFrame
void setStreamPosFrame(uint pos)
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.

Variables

audioInfo
AudioInfo audioInfo;
Undocumented in source.
audioPlayMode
AudioPlayMode audioPlayMode;
Undocumented in source.
pitch
float pitch;
Undocumented in source.
volume
float volume;
Undocumented in source.

Meta