AudioObject.stopAfterFadeOut Property

ClockStone Audio Toolkit

AudioObjectstopAfterFadeOut Property

If enabled, the audio will stop playing if a fadeout is finished.

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

Property Value

Type: Boolean
Remarks
Enabled by default.
See Also