VideoSound::Pause

VideoSound::Pause
virtual void Pause(bool paused) = 0;
Description

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
Parameters 
Description 
bool paused 
A Boolean flag set to true/false to pause or resume the channel from playing the sound data.