Options
All
  • Public
  • Public/Protected
  • All
Menu

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 ({@link Player.fetchClientPlaylists}, {@link Player.fetchAudioFilesInClientPlaylist}) from the adaptr servers.

Hierarchy

  • ClientPlaylist

Index

Properties

Properties

audioFiles

audioFiles: AudioFile[]

AudioFiles in this playlist

id

id: string

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

name

name: string

Client generated name for the playlist

Generated using TypeDoc