AudioController.IsPlaying Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Determines whether the specified audio ID is playing.

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

Syntax

C#
public static bool IsPlaying(
	string audioID
)

Parameters

audioID
Type: System..::..String
The audio ID.

Return Value

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

See Also