IMACuepoint Class Reference

Data object representation of a cuepoint for a single ad break. More...

#import <IMACuepoint.h>

+ Inheritance diagram for IMACuepoint:

Instance Methods

(instancetype) - NS_UNAVAILABLE
 :nodoc: More...
 

Properties

NSTimeInterval startTime
 The start time of the cuepoint in seconds. More...
 
NSTimeInterval endTime
 The end time of the cuepoint in seconds. More...
 
BOOL played
 Specifies whether this cuepoint has been played. More...
 

Detailed Description

Data object representation of a cuepoint for a single ad break.

Method Documentation

- (instancetype) NS_UNAVAILABLE

:nodoc:

Property Documentation

- (NSTimeInterval) endTime
readnonatomicassign

The end time of the cuepoint in seconds.

- (BOOL) played
readnonatomicassign

Specifies whether this cuepoint has been played.

- (NSTimeInterval) startTime
readnonatomicassign

The start time of the cuepoint in seconds.


The documentation for this class was generated from the following file: