The BCPlaylist model object. More...
#import <BCPlaylist.h>
Public Member Functions | |
(void) | - parseJSONPlaylistObject: |
Static Public Member Functions | |
(BCPlaylist *) | + initFromDictionary: |
(BCPlaylistType) | + getPlaylistTypeForString: |
(NSString *) | + getStringForPlaylistType: |
Properties | |
long long | playlistId |
NSString * | referenceId |
long long | accountId |
NSString * | name |
NSString * | shortDescription |
NSArray * | videoIds |
NSArray * | videos |
BCPlaylistType | playlistType |
NSString * | thumbnailURL |
The BCPlaylist model object.
This object contains properties describing a video playlist in the Brightcove system. It is returned either singly or as part of the items array of a BCItemCollection from playlist-related API calls.
You do not typically instantiate a BCPlaylist object in your code.