Click or drag to resize

AudioControllerIsPlaylistPlaying Method

Determines whether the playlist is playing.

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

Return Value

Type: Boolean
true if the current music track is from the playlist; otherwise, false.
See Also