virtual void Pause(bool paused) = 0;
Pause pauses or resumes the sound streaming, temporarily halting playback and PCM polling. Sound streaming should be paused if 'paused' argument value is true and resumed otherwise.
Parameters |
Description |
bool paused |
A Boolean flag set to true/false to pause or resume the channel from playing the sound data. |