virtual void Mute(bool mute) = 0;
Mute mutes or unmute all sounds playing by the sound renderer.
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. |