Click or drag to resize

AudioControllerIsSoundMuted Method

Determines whether sound is muted

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

Return Value

Type: Boolean
true if sound is muted; otherwise, false.
Remarks
'Sound' means all audio except music and ambience sound.
See Also