Class: MixPlaylist
Represents a MixPlaylist, usually returned from client.getPlaylist()
Hierarchy
↳
MixPlaylist
Implements
MixPlaylistProperties
Properties
client
• client: Client
An instance of Client
Implementation of
MixPlaylistProperties.client
Inherited from
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