GCKAdBreakClipInfo Class

  • GCKAdBreakClipInfo is a class representing an ad break clip used in Google Cast version 3.3 and later.

  • This class inherits from NSObject and implements the NSCopying protocol.

  • It contains properties such as a unique identifier, duration, title, click-through URL, content URL, MIME type, and custom application-specific data.

GCKAdBreakClipInfo Class Reference

Overview

A class representing an ad break clip.

Since
3.3

Inherits NSObject. Implements <NSCopying>.

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...
id 
Custom application-specific data associated with the clip. More...

Property Detail

- (NSString*) adBreakClipID
read nonatomic copy

A string that uniquely identifies this ad break clip.

- (NSTimeInterval) duration
read nonatomic assign

The clip's duration.

- (NSString*) title
read nonatomic copy

The clip's title.

- (NSURL*) clickThroughURL
read nonatomic copy

The click-through URL for this clip.

- (NSURL*) contentURL
read nonatomic copy

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

- (NSString*) mimeType
read nonatomic copy

MIME type of the content referenced by contentURL .

- (id) customData
read nonatomic strong

Custom application-specific data associated with the clip.

Design a Mobile Site
View Site in Mobile | Classic
Share by: