VgaGames4 - audio man-pages

[.. upper level ..]

vg4->audio->suspend()

Suspend or continue audio output.

SYNTAX
VG_BOOL vg4->audio->suspend(VG_BOOL doit)

FUNCTION PARAMETERS
doit VG_TRUE = false, VG_FALSE = continue

RETURN VALUE
Returns the previous value.

DESCRIPTION
Suspend or continue audio output. Unlike setting audio to mute, this function suspends playing audios completely.

SEE ALSO
vg4->audio->mute()