Packagecom.brightcove.api.dtos
Classpublic class PlaylistDTO
InheritancePlaylistDTO Inheritance MediaCollectionDTO Inheritance Object



Public Properties
 PropertyDefined By
 InheriteddisplayName : String
Name of playlist displayed in player.
MediaCollectionDTO
 Inheritedid : Number
Unique Brightcove ID for playlist.
MediaCollectionDTO
 InheritedmediaCount : Number
The total number of media items in the playlist.
MediaCollectionDTO
 InheritedmediaIds : Array
Array of media IDs, representing each media item in the playlist.
MediaCollectionDTO
 InheritedreferenceId : String
Publisher-defined ID for playlist.
MediaCollectionDTO
 InheritedshortDescription : String
Descriptive text for playlist.
MediaCollectionDTO
 InheritedthumbnailURL : 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
Public Methods
 MethodDefined By
  
PlaylistDTO(playlist:Object)
Constructor.
PlaylistDTO
Property Detail
videoCountproperty
public var videoCount:Number

The total number of videos in the playlist.

videoIdsproperty 
public var videoIds:Array

Array of video IDs, representing each video in the playlist.

Constructor Detail
PlaylistDTO()Constructor
public function PlaylistDTO(playlist:Object)

Constructor.

Parameters
playlist:Object — Playlist DTO from the player to wrap with this class.