AudioObject.isFadingOut Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
return true if the audio is currently fading out

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

Syntax

C#
public bool isFadingOut { get; }

Property Value

Type: Boolean

Remarks

If the fade-out is complete then isFadingOut return false and isFadeOutComplete returns true

See Also