AudioObject.IsPlaying Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Determines if either the primary or the secondary audio clip is playing.

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

Syntax

C#
public bool IsPlaying()

Return Value

Type: Boolean
true if the audio clip is playing; otherwise, false.

See Also