Overview
A class representing an ad break clip.
- Since
- 3.3
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
Instance Method Summary | |
(instancetype) | - init |
Property Summary | |
NSString * | adBreakClipID |
A string that uniquely identifies this ad break clip. More... | |
NSTimeInterval | duration |
The clip's duration. More... | |
NSString * | title |
The clip's title. More... | |
NSURL * | clickThroughURL |
The click-through URL for this clip. More... | |
NSURL * | contentURL |
URL for the content that represents this clip (typically an image). More... | |
NSString * | mimeType |
MIME type of the content referenced by contentURL. More... | |
NSString * | contentID |
The content's ID. More... | |
NSURL * | posterURL |
The poster URL for this clip. More... | |
NSTimeInterval | whenSkippable |
The length of time into the clip when it can be skipped in seconds. More... | |
GCKHLSSegmentFormat | hlsSegmentFormat |
The HLS segment format for this clip. More... | |
GCKVASTAdsRequest * | vastAdsRequest |
The VAST ad request configuration if any. More... | |
id | customData |
Custom application-specific data associated with the clip. More... | |
Property Detail
|
readnonatomicassign |
A string that uniquely identifies this ad break clip.
|
readnonatomicassign |
The clip's duration.
|
readnonatomicassign |
The clip's title.
|
readnonatomicassign |
The click-through URL for this clip.
|
readnonatomicassign |
URL for the content that represents this clip (typically an image).
|
readnonatomicassign |
MIME type of the content referenced by contentURL.
|
readnonatomicassign |
The content's ID.
- Since
- 4.1
|
readnonatomicassign |
The poster URL for this clip.
- Since
- 4.1
|
readnonatomicassign |
The length of time into the clip when it can be skipped in seconds.
- Since
- 4.3
|
readnonatomicassign |
The HLS segment format for this clip.
- Since
- 4.1
|
readnonatomicassign |
The VAST ad request configuration if any.
See more here: Digital Video Ad Serving Template 4.0. If this is non-nil, all other fields will be ignored.
- Since
- 4.1
|
readnonatomicstrong |
Custom application-specific data associated with the clip.