9 #import "OOContentItem.h" 10 #import "OOPaginatedParentItem.h" 34 - (instancetype)initWithDictionary:(NSDictionary *)data
35 embedCode:(NSString *)theEmbedCode
36 api:(OOPlayerAPIClient *)theAPI;
43 - (OOReturnState)updateWithDictionary:(NSDictionary *)data;
71 - (
OOVideo *)videoFromEmbedCode:(NSString *)embedCode withCurrentItem:(
OOVideo *)currentItem;
84 - (BOOL)fetchMoreChildren:(OOFetchMoreChildrenCallback)callback;
90 - (void)fetchAndAuthorizeMoreChildren:(OOFetchMoreChildrenCallback)callback;
NSString * nextChildren()
OOOrderedDictionary.
Definition: OOOrderedDictionary.h:15
OOVideo * firstVideo()
Get the first OOVideo for this OOChannelSet.
A OOContentItem which contains channels, representing a single channel set as defined in Backlot...
Definition: OOChannelSet.h:19
Float64 duration()
The total duration (not including Ads) of this OOChannelSet.
OOOrderedDictionary * channels
The OOChannelSet's channels (keyed by embed code)
Definition: OOChannelSet.h:21
Represents an error in the Ooyala SDK.
Definition: OOOoyalaError.h:56
A single playable content item, such as video.
Definition: OOContentItem.h:20
NSUInteger childrenCount()
The number of channels this OOChannelSet has.
A OOContentItem which contains other items, representing a single channel as defined in Backlot...
Definition: OOChannel.h:20
BOOL hasMoreChildren()
Find out it this OOChannelSet has more children.
Definition: OOPaginatedParentItem.h:7
this class implements video stream object
Definition: OOVideo.h:22