Skip to main content

Class: MixPlaylist

Represents a MixPlaylist, usually returned from client.getPlaylist()

Hierarchy

Implements

  • MixPlaylistProperties

Properties

client

client: Client

An instance of Client

Implementation of

MixPlaylistProperties.client

Inherited from

Base.client


id

id: string

Implementation of

MixPlaylistProperties.id


title

title: string

The title of this playlist

Implementation of

MixPlaylistProperties.title


videoCount

videoCount: number

How many videos in this playlist

Implementation of

MixPlaylistProperties.videoCount


videos

videos: VideoCompact[] = []

How many viewers does this playlist have

Implementation of

MixPlaylistProperties.videos