AudioController.DisableAudio Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Disables all audio playback.

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

Syntax

C#
public bool DisableAudio { get; set; }

Property Value

Type: Boolean

Remarks

Does not stop currently playing audios. Call StopAll()()()() to stop all currently playing.

See Also