interface IPlaylistItem
package com.turner.top.sdk.common.cms.models.playlist
Model data representing the content being played currently
Note, this will not exist if no content has been played yet.
Methods
contentFiles ():Array<ContentEntryFileData>
List of objects which represent a manifest for each bitrate
contentSegments ():Array<ContentEntrySegmentData>
Segments representing the portion(s) of content to play
contentValidators ():Dynamic
Object containing uri boolean pairs indicating play level overrides for individual validators
init (data:PlaylistItemData):IPlaylistItem
Initialize the playlist item
Parameters:
data | The data to populate the item with |
|---|