GCKAdBreakClipInfo Class Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
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.
A class representing an ad break clip.
Since
3.3
Inherits NSObject. Implements <NSCopying>.
A string that uniquely identifies this ad break clip. More...
The click-through URL for this clip. More...
URL for the content that represents this clip (typically an image). More...
Custom application-specific data associated with the clip. More...
- (NSString*) adBreakClipID
read
nonatomic
copy
A string that uniquely identifies this ad break clip.
- (NSTimeInterval) duration
read
nonatomic
assign
- (NSURL*) clickThroughURL
read
nonatomic
copy
The click-through URL for this clip.
URL for the content that represents this clip (typically an image).
MIME type of the content referenced by contentURL
.
Custom application-specific data associated with the clip.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],[]]