AudioObjectisFadingOut Property
|
return true if the audio is currently fading out
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public bool isFadingOut { get; }
Property Value
Type:
BooleanRemarks
If the fade-out is complete then
isFadingOut return
false and
isFadeOutComplete returns
trueSee Also