SoundRenderer::Mute

SoundRenderer::Mute
virtual void Mute(bool mute) = 0;
Description

Mute mutes or unmute all sounds playing by the sound renderer.

Parameters
Parameters 
Description 
bool mute 
A Boolean flag which is used to turn on/off the sound of the clip. A value of true mutes the audio and value of false turns on the volume for the audio clip.