Vizard 7 » Command Index » Vizard objects » mixer » <mixer>.setPaused
7.7

<mixer>.setPaused

Set paused mode of sound mixer

<mixer>.setPaused(  
mode  
)  
mode
Can be any True/False value or viz.TOGGLE to toggle the current state

Remarks

This command can be used to pause or resume a mixer. When a mixer is paused, all sounds playing on the mixer and sub-mixers will be paused. The default paused state is False.

Return Value

None

See also

<mixer>.getPaused
<mixer>.play
<mixer>.stop