ISoundEngine.SetAllSoundsPaused Method
pauses or unpauses all currently playing sounds
[Visual Basic]
Public Sub SetAllSoundsPaused( _
ByVal
bPaused As
Boolean _
)
[C#]
public
void SetAllSoundsPaused(
bool bPaused);
See Also
ISoundEngine Class | IrrKlang Namespace