OODynamicChannel.h
1 
9 #import "OOChannel.h"
10 
17 @protected
18  NSArray *embedCodes;
19 }
20 
22 @property(readonly, nonatomic, strong) NSArray *embedCodes;
23 
31 - (id)initWithDictionary:(NSDictionary *)data embedCodes:(NSArray *)theEmbedCodes api:(OOPlayerAPIClient *)theAPI;
32 
41 - (id)initWithDictionary:(NSDictionary *)data embedCodes:(NSArray *)theEmbedCodes parent:(OOChannelSet *)theParent api:(OOPlayerAPIClient *)theAPI;
42 
48 - (OOReturnState)updateWithDictionary:(NSDictionary *)data;
49 
54 - (NSArray *)embedCodesToAuthorize;
55 
60 - (Float64)duration;
61 
62 @end
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()