Playlist
Creates a new playlist object.
Declaration
new Playlist();Return Value
An empty playlist array.
Discussion
After creating a new playlist, use the push method to add new media items to the end of the playlist.
Creates a new playlist object.
new Playlist();An empty playlist array.
After creating a new playlist, use the push method to add new media items to the end of the playlist.