Interface PlaylistMediaItem

PlaylistMediaItem ($ref: "Playlist.MediaItem") Represents a media item that can be added to a playlist.

interface PlaylistMediaItem {
    options?: PlaylistMediaItemOptions;
    path: string;
    type: string;
}

Properties

Properties

Additional options for the media item.

path: string

The path or identifier of the media item.

type: string

The type of the media item (e.g., video, music, etc.).

MMNEPVFCICPMFPCPTTAAATR