GCKAdBreakClipInfo Class

GCKAdBreakClipInfo Class Reference

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...
 
GCKVASTAdsRequestvastAdsRequest
 The VAST ad request configuration if any. More...
 
id customData
 Custom application-specific data associated with the clip. More...
 

Property Detail

- (NSString*) adBreakClipID
readnonatomicassign

A string that uniquely identifies this ad break clip.

- (NSTimeInterval) duration
readnonatomicassign

The clip's duration.

- (NSString*) title
readnonatomicassign

The clip's title.

- (NSURL*) clickThroughURL
readnonatomicassign

The click-through URL for this clip.

- (NSURL*) contentURL
readnonatomicassign

URL for the content that represents this clip (typically an image).

- (NSString*) mimeType
readnonatomicassign

MIME type of the content referenced by contentURL.

- (NSString*) contentID
readnonatomicassign

The content's ID.

Since
4.1
- (NSURL*) posterURL
readnonatomicassign

The poster URL for this clip.

Since
4.1
- (NSTimeInterval) whenSkippable
readnonatomicassign

The length of time into the clip when it can be skipped in seconds.

Since
4.3
- (GCKHLSSegmentFormat) hlsSegmentFormat
readnonatomicassign

The HLS segment format for this clip.

Since
4.1
- (GCKVASTAdsRequest*) vastAdsRequest
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
- (id) customData
readnonatomicstrong

Custom application-specific data associated with the clip.