AI-generated Key Takeaways
-
GCKAdBreakInfo is a class representing an ad break.
-
It has properties for the ad break's unique ID, playback position, watched status, and a list of contained ad clip IDs.
-
The class includes a designated initializer method to create a new GCKAdBreakInfo object with a specified playback position.
Overview
A class representing an ad break.
- Since
- 3.1
Inherits NSObject. Implements <NSCopying>.
Instance Method Summary | |
(instancetype) | - initWithPlaybackPosition: |
Designated initializer. More... | |
Property Summary | |
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... | |
BOOL | watched |
Whether the ad break has already been watched or not. More... | |
NSArray< NSString * > * | adBreakClipIDs |
A list of the identifier string for the ad break clips contained by this ad break. More... | |
Method Detail
- (instancetype) initWithPlaybackPosition: | (NSTimeInterval) | playbackPosition |
Designated initializer.
Constructs a new GCKAdBreakInfo.
- Parameters
-
playbackPosition The playback position in seconds for this ad break.
Property Detail
|
readnonatomiccopy |
A string that uniquely identifies this ad break.
- Since
- 3.3
|
readnonatomicassign |
The playback position, in seconds, at which this ad will start playing.
- Since
- 3.1
|
readnonatomicassign |
Whether the ad break has already been watched or not.
- Since
- 3.3
|
readnonatomicstrong |
A list of the identifier string for the ad break clips contained by this ad break.
- Since
- 3.3