22 @property(readonly, nonatomic, strong) NSArray *
embedCodes;
31 - (id)initWithDictionary:(NSDictionary *)data embedCodes:(NSArray *)theEmbedCodes api:(OOPlayerAPIClient *)theAPI;
41 - (id)initWithDictionary:(NSDictionary *)data embedCodes:(NSArray *)theEmbedCodes parent:(
OOChannelSet *)theParent api:(OOPlayerAPIClient *)theAPI;
48 - (OOReturnState)updateWithDictionary:(NSDictionary *)data;
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 OODynamicChannel.
A OOContentItem which contains other items, dynamically created out of list of embed codes...
Definition: OODynamicChannel.h:16
NSArray * embedCodes
Ordered list of embed codes.
Definition: OODynamicChannel.h:18
A OOContentItem which contains other items, representing a single channel as defined in Backlot...
Definition: OOChannel.h:20
NSArray * embedCodesToAuthorize()