GCKAdBreakClipInfo Class Reference

A class representing an ad break clip. More...

#import <GCKAdBreakClipInfo.h>

+ Inheritance diagram for GCKAdBreakClipInfo:

Properties

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

Detailed Description

A class representing an ad break clip.

Since
3.3

Property Documentation

- (NSString*) adBreakClipID
readnonatomicstrong

A string that uniquely identifies this ad break clip.

- (NSURL*) clickThroughURL
readnonatomicstrong

The click-through URL for this clip.

- (NSString*) contentID
readnonatomicstrong

The content's ID.

Since
4.1
- (NSURL*) contentURL
readnonatomicstrong

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

- (id) customData
readnonatomicstrong

Custom application-specific data associated with the clip.

- (NSTimeInterval) duration
readnonatomicassign

The clip's duration.

- (GCKHLSSegmentFormat) hlsSegmentFormat
readnonatomicassign

The HLS segment format for this clip.

Since
4.1
- (NSString*) mimeType
readnonatomicstrong

MIME type of the content referenced by contentURL.

- (NSURL*) posterURL
readnonatomicstrong

The poster URL for this clip.

Since
4.1
- (NSString*) title
readnonatomicstrong

The clip's title.

- (GCKAdBreakClipVastAdsRequest*) vastAdsRequest
readnonatomicstrong

The VAST ad request configuration if any.

See more here: Digital Video Ad Serving Template 4.0.

Since
4.1
- (NSTimeInterval) whenSkippable
readnonatomicassign

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

Since
4.3

The documentation for this class was generated from the following file: