Click or drag to resize

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
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