8 #import <Foundation/Foundation.h> 18 @property(nonatomic, readonly) NSTimeInterval
startTime;
23 @property(nonatomic, readonly) NSTimeInterval
endTime;
28 @property(nonatomic, readonly, getter=isPlayed) BOOL
played;
instancetype NS_UNAVAILABLE()
:nodoc:
Data object representation of a cuepoint for a single ad break.
Definition: IMACuepoint.h:13
NSTimeInterval startTime
The start time of the cuepoint in seconds.
Definition: IMACuepoint.h:18
BOOL played
Specifies whether this cuepoint has been played.
Definition: IMACuepoint.h:28
NSTimeInterval endTime
The end time of the cuepoint in seconds.
Definition: IMACuepoint.h:23