A class representing an ad break.
- Since
- 3.1
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
|
NSString * | adBreakID |
| A string that uniquely identifies this ad break. More...
|
|
NSTimeInterval | playbackPosition |
| The playback position, in seconds, at which this ad will start playing. More...
|
|
NSArray< NSString * > * | adBreakClipIDs |
| A list of identifier strings for the ad break clips contained by this ad break. More...
|
|
BOOL | watched |
| Whether the ad break has already been watched or not. More...
|
|
BOOL | embedded |
| Whether the ad break is embedded. More...
|
|
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
This is here for backwards compatibility reasons, but will return nil.
A string that uniquely identifies this ad break.
- Since
- 3.3
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
The playback position, in seconds, at which this ad will start playing.
- Since
- 3.1
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
A list of identifier strings for the ad break clips contained by this ad break.
- Since
- 3.3
Whether the ad break has already been watched or not.
- Since
- 3.3
Whether the ad break is embedded.
- Since
- 4.1