คลาส GCKAdBreakInfo
คลาสที่แสดงถึงช่วงพักโฆษณา
- Since
- 3.1
รับค่า NSObject, <NSCopying> และ <NSSecureCoding>
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
นี่คือเหตุผลสำหรับความเข้ากันได้แบบย้อนหลัง แต่จะแสดงผลเป็นค่า nil
สตริงที่ระบุช่วงพักโฆษณานี้โดยไม่ซ้ำกัน
- Since
- 3.3
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
ตำแหน่งการเล่นเป็นวินาทีที่โฆษณานี้จะเริ่มเล่น
- Since
- 3.1
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
รายการสตริงตัวระบุของคลิปช่วงพักโฆษณาที่อยู่ในช่วงพักโฆษณานี้
- Since
- 3.3
ผู้ใช้ดูช่วงพักโฆษณาแล้วหรือไม่
- Since
- 3.3
มีการฝังช่วงพักโฆษณาไหม
- Since
- 4.1
ช่วงพักโฆษณาขยายอยู่หรือไม่
- Since
- 4.7.0
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[null,null,["อัปเดตล่าสุด 2023-12-02 UTC"],[[["The `GCKAdBreakInfo` class represents an ad break within media content and provides information like ad break ID, playback position, and ad clip IDs."],["It includes properties to identify the ad break (`adBreakID`), its start time (`playbackPosition`), and whether it's been watched (`watched`)."],["Ad breaks can contain multiple ad clips, identified by their `adBreakClipIDs`."],["This class also indicates if the ad break is embedded within the content (`embedded`) or expanded for interaction (`expanded`)."],["Although `initWithPlaybackPosition:` exists for backward compatibility, it's deprecated and will return nil; use `init` instead."]]],[]]