ALStreamingSource

OpenAL Source backend (for streaming.)

Constructors

this
this()
Undocumented in source.

Members

Functions

_cleanup
void _cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
_setSound
void _setSound(Sound sound)
Undocumented in source. Be warned that the author may not have intended to support it.
hasFinishedPlaying
bool hasFinishedPlaying()
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.
setLooping
void setLooping(bool loop)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
STREAM_CMD_PAUSE
size_t STREAM_CMD_PAUSE;
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

STREAM_CMD_PLAY
size_t STREAM_CMD_PLAY;
STREAM_CMD_SET_LOOP_FALSE
size_t STREAM_CMD_SET_LOOP_FALSE;
STREAM_CMD_SET_LOOP_TRUE
size_t STREAM_CMD_SET_LOOP_TRUE;
STREAM_CMD_STOP
size_t STREAM_CMD_STOP;
STREAM_IS_PLAYING
size_t STREAM_IS_PLAYING;
STREAM_STATE_PLAYING
size_t STREAM_STATE_PLAYING;
STREAM_STATE_STOPPED
size_t STREAM_STATE_STOPPED;
Undocumented in source.

Variables

finishedPlaying
auto finishedPlaying;
Undocumented in source.
source
ALuint source;
Undocumented in source.

Meta