Click or drag to resize

AudioControllerIsPlaying Method

Determines whether the specified audio ID is playing.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static bool IsPlaying(
	string audioID
)

Parameters

audioID
Type: SystemString
The audio ID.

Return Value

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