AudioController.MuteSound Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Mutes / Unmutes the sound.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static void MuteSound(
	bool b
)

Parameters

b
Type: System..::..Boolean
if set to true [b].

Remarks

'Sound' means all audio except music and ambience sound.

See Also