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 public static bool IsPlaying(
string audioID
)
Parameters
- audioID
- Type: SystemString
The audio ID.
Return Value
Type:
Booleantrue if the specified audio ID is playing; otherwise,
false.
See Also