AudioController.MuteSound Method

ClockStone Audio Toolkit

AudioControllerMuteSound Method

Mutes / Unmutes the sound.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void MuteSound(
	bool b
)

Parameters

b
Type: SystemBoolean
if set to true [b].
Remarks
'Sound' means all audio except music and ambience sound.
See Also