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 * 
A string that uniquely identifies this ad break clip. More...
NSTimeInterval 
The clip's duration. More...
NSString * 
The clip's title. More...
NSURL * 
The click-through URL for this clip. More...
NSURL * 
URL for the content that represents this clip (typically an image). More...
NSString * 
MIME type of the content referenced by contentURL . More...
NSString * 
The content's ID. More...
NSURL * 
The poster URL for this clip. More...
NSTimeInterval 
The length of time into the clip when it can be skipped in seconds. More...
The HLS segment format for this clip. More...
The VAST ad request configuration if any. More...
id 
Custom application-specific data associated with the clip. More...

Property Detail

- (NSString*) adBreakClipID
read nonatomic assign

A string that uniquely identifies this ad break clip.

- (NSTimeInterval) duration
read nonatomic assign

The clip's duration.

- (NSString*) title
read nonatomic assign

The clip's title.

- (NSURL*) clickThroughURL
read nonatomic assign

The click-through URL for this clip.

- (NSURL*) contentURL
read nonatomic assign

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

- (NSString*) mimeType
read nonatomic assign

MIME type of the content referenced by contentURL .

- (NSString*) contentID
read nonatomic assign

The content's ID.

Since
4.1
- (NSURL*) posterURL
read nonatomic assign

The poster URL for this clip.

Since
4.1
- (NSTimeInterval) whenSkippable
read nonatomic assign

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

Since
4.3
- ( GCKHLSSegmentFormat ) hlsSegmentFormat
read nonatomic assign

The HLS segment format for this clip.

Since
4.1
- ( GCKVASTAdsRequest *) vastAdsRequest
read nonatomic assign

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
read nonatomic strong

Custom application-specific data associated with the clip.

Create a Mobile Website
View Site in Mobile | Classic
Share by: