Interface ClientPlaylist

This represents a client-side playlist. This is constructed by the user of the app, and the contents of the playlist can be stored (Player.saveClientPlaylist), deleted (Player.deleteClientPlaylist) and retrieved (Player.fetchClientPlaylists, Player.fetchAudioFilesInClientPlaylist) from the adaptr servers.

Hierarchy

  • ClientPlaylist

Properties

Properties

audioFiles: AudioFile[]

AudioFiles in this playlist

id: string

Client generated unique id for the playlist. This id should be unique to this client and app.

name: string

Client generated name for the playlist

Generated using TypeDoc