Type of playlist items
Create a new simple playlist.
Type of playlist items
Configuration options
Get the currently active item.
Get all items in the playlist.
Returns a readonly array to prevent external modification.
Register a callback for item changes.
Called whenever the current item changes via selectItem().
Function receiving the new current item
Simple playlist implementation.
Manages a collection of timeline items and allows switching between them. Implements
IPlaylist<TItem>for use with timeline providers that support multiple content sources.Example