Interface PlaylistMediaItemOptions

PlaylistMediaItemOptions ($ref: "Playlist.MediaItemOptions") Represents additional options for a media item in a playlist.

interface PlaylistMediaItemOptions {
    index?: number;
    start?: boolean;
}

Properties

Properties

index?: number

The index at which to insert the media item.

start?: boolean

Whether to start playback immediately after adding the item.