GCKAdBreakInfo クラス
NSObject を継承します。<NSCopying> を実装します。
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
指定のイニシャライザ。
新しい GCKAdBreakInfo を作成します。
- Parameters
-
playbackPosition | The playback position in seconds for this ad break. |
このミッドロール挿入点を一意に識別する文字列。
- 開始:
- 3.3
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
この広告の再生を開始する再生位置(秒単位)。
- 開始:
- 3.1
ミッドロール挿入点がすでに視聴されているかどうか。
- 開始:
- 3.3
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
この広告ブレークに含まれる広告ブレーク クリップの識別子文字列のリスト。
- 開始:
- 3.3
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["`GCKAdBreakInfo` is a class that represents an ad break within a media playback, providing details about its timing, identification, and composition."],["It includes properties like `adBreakID`, `playbackPosition`, `watched` status, and `adBreakClipIDs` to manage ad breaks effectively."],["Developers can initialize an `GCKAdBreakInfo` instance using `initWithPlaybackPosition:` and access its properties to control ad playback behavior."],["This class helps manage ad breaks by providing information about their timing, unique identifiers, whether they have been watched, and the IDs of individual ad clips within the break."]]],[]]