8#import <Foundation/Foundation.h>
10NS_ASSUME_NONNULL_BEGIN
32- (id)initWithDescription:(NSString*)description;
Definition: SCPublicAdSlot.h:16
NSInteger currentCommercial
number Index of the current ad of variant COMMERCIAL. Defaulting to -1
Definition: SCPublicAdSlot.h:21
NSTimeInterval totalCommercialsDuration
number Total duration of ads with variant COMMERCIAL within the current ad break
Definition: SCPublicAdSlot.h:25
NSInteger totalClips
number Total number of ads within the current ad break, regardless of variants.
Definition: SCPublicAdSlot.h:19
NSInteger currentClip
number Index of the current ad, regardless of its variant.
Definition: SCPublicAdSlot.h:17
NSTimeInterval totalCommercialsCurrentTime
number Current time of all ads with variant COMMERCIAL within the current ad break
Definition: SCPublicAdSlot.h:27
NSDictionary * publicAdSlotDescription()
NSInteger totalCommercials
number Total number of ads with variant COMMERCIAL within the current ad break
Definition: SCPublicAdSlot.h:23