GCKAdBreakInfo クラス
NSObject、<NSCopying>、<NSSecureCoding> を継承します。
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
これは下位互換性のためですが、nil を返します。
このミッドロール挿入点を一意に識別する文字列。
- 開始:
- 3.3
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
この広告の再生を開始する再生位置(秒単位)。
- 開始:
- 3.1
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
この広告ブレークに含まれる広告ブレーク クリップの識別子文字列のリスト。
- 開始:
- 3.3
ミッドロール挿入点がすでに視聴されているかどうか。
- 開始:
- 3.3
ミッドロール挿入点が埋め込まれているかどうか。
- 開始:
- 4.1
ミッドロール挿入点が展開されているかどうか。
- 開始:
- 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."]]],[]]