AudioObject.IsPaused Method

ClockStone Audio Toolkit

AudioObjectIsPaused Method

Determines whether the audio clip is paused.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public bool IsPaused(
	bool returnTrueIfStillFadingOut = true
)

Parameters

returnTrueIfStillFadingOut (Optional)
Type: SystemBoolean
If true the fuction will return true even if the item is still fading out due to a Pause request with a fade-out.

Return Value

Type: Boolean
true if paused; otherwise, false.
See Also