Click or drag to resize

AudioObjectisFadingOutOrScheduled Property

return true if the audio is currently fading out or is scheduled to fade out

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

Property Value

Type: Boolean
Remarks
isFadingOutOrScheduled returns true even if the fade out is complete.
See Also