AudioObject.stopAfterFadeOut Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
If enabled, the audio will stop plaing if a fadeout is finished.

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

Syntax

C#
public bool stopAfterFadeOut { get; set; }

Property Value

Type: Boolean

Remarks

Enabled by default.

See Also