Click or drag to resize

AudioControllersoundMuted Property

Gets or sets the soundMuted.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public bool soundMuted { get; set; }

Property Value

Type: Boolean
true enables sound mute; false disables sound mute
Remarks
'Sound' means all audio except music nd ambience sound
See Also