概览
表示广告插播时间点的类。
- 开始时间
 - 3.3
 
继承 NSObject、<NSCopy> 和 <NSSecureCoding>。
实例方法摘要 | |
| (instancetype) | - init | 
属性摘要 | |
| NSString * | adBreakClipID | 
| 用于唯一标识此广告插播时间点的字符串。更多... | |
| NSTimeInterval | duration | 
| 剪辑的时长。更多... | |
| NSString * | title | 
| 剪辑的标题。更多... | |
| NSURL * | clickThroughURL | 
| 此剪辑的点击后到达网址。更多... | |
| NSURL * | contentURL | 
| 代表此剪辑的内容(通常是图片)的网址。更多... | |
| NSString * | mimeType | 
| contentURL 引用的内容的 MIME 类型。更多... | |
| NSString * | contentID | 
| 内容的 ID。更多... | |
| NSURL * | posterURL | 
| 此剪辑的海报网址。更多... | |
| NSTimeInterval | whenSkippable | 
| 片段中可跳过的时长(以秒为单位)。更多... | |
| GCKHLSSegmentFormat | hlsSegmentFormat | 
| 此剪辑的 HLS 片段格式。更多... | |
| GCKVASTAdsRequest * | vastAdsRequest | 
| VAST 广告请求配置(如果有)。更多... | |
| id | customData | 
| 与剪辑关联的自定义应用专属数据。更多... | |
房源详情
      
  | 
  readnonatomicassign | 
用于唯一标识此广告插播时间点的字符串。
      
  | 
  readnonatomicassign | 
剪辑的时长。
      
  | 
  readnonatomicassign | 
剪辑的标题。
      
  | 
  readnonatomicassign | 
此剪辑的点击后到达网址。
      
  | 
  readnonatomicassign | 
代表此剪辑的内容(通常是图片)的网址。
      
  | 
  readnonatomicassign | 
contentURL 引用的内容的 MIME 类型。
      
  | 
  readnonatomicassign | 
内容的 ID。
- 开始时间
 - 4.1
 
      
  | 
  readnonatomicassign | 
此剪辑的海报网址。
- 开始时间
 - 4.1
 
      
  | 
  readnonatomicassign | 
片段中可跳过的时长(以秒为单位)。
- 开始时间
 - 4.3
 
      
  | 
  readnonatomicassign | 
此剪辑的 HLS 片段格式。
- 开始时间
 - 4.1
 
      
  | 
  readnonatomicassign | 
      
  | 
  readnonatomicstrong | 
与剪辑关联的自定义应用专属数据。