AudioController.IsSoundMuted Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Determines whether sound is muted

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.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