Playlist Class

ClockStone Audio Toolkit

Playlist Class

Allows to define a playlist consisting of a list of audio IDs
Inheritance Hierarchy
SystemObject  (Default Namespace)Playlist

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
[SerializableAttribute]
public class Playlist

The Playlist type exposes the following members.

Constructors
  NameDescription
Public methodPlaylist
Initializes a new instance of the Playlist class
Public methodPlaylist(String, String)
Initializes a new instance of the Playlist class
Top
Fields
  NameDescription
Public fieldname
Name of the playlist as used for e.g. by PlayMusicPlaylist(String)
Public fieldplaylistItems
An array of audio IDs defining the playlist
Top
See Also