AudioControllerAddPlaylist Method
|
Adds a new playlist.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static void AddPlaylist(
string playlistName,
string[] audioItemIDs
)
Parameters
- playlistName
- Type: SystemString
The name of the playlist to be added - audioItemIDs
- Type: SystemString
A list of audio item IDs that will represent the playlist
See Also