Package | com.brightcove.api.dtos |
Class | public class PlaylistDTO |
Inheritance | PlaylistDTO ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | displayName : String
Name of playlist displayed in player. | MediaCollectionDTO | |
![]() | id : Number
Unique Brightcove ID for playlist. | MediaCollectionDTO | |
![]() | mediaCount : Number
The total number of media items in the playlist. | MediaCollectionDTO | |
![]() | mediaIds : Array
Array of media IDs, representing each media item in the playlist. | MediaCollectionDTO | |
![]() | referenceId : String
Publisher-defined ID for playlist. | MediaCollectionDTO | |
![]() | shortDescription : String
Descriptive text for playlist. | MediaCollectionDTO | |
![]() | thumbnailURL : String
URL to thumbnail asset for playlist. | MediaCollectionDTO | |
videoCount : Number
The total number of videos in the playlist. | PlaylistDTO | ||
videoIds : Array
Array of video IDs, representing each video in the playlist. | PlaylistDTO |
Method | Defined By | ||
---|---|---|---|
PlaylistDTO(playlist:Object)
Constructor. | PlaylistDTO |
videoCount | property |
public var videoCount:Number
The total number of videos in the playlist.
videoIds | property |
public var videoIds:Array
Array of video IDs, representing each video in the playlist.
PlaylistDTO | () | Constructor |
public function PlaylistDTO(playlist:Object)
Constructor.
Parametersplaylist:Object — Playlist DTO from the player to wrap with this class.
|