GCKMediaLiveSeekableRange クラス
メディア ストリームのシーク可能範囲に関する情報を集約するクラス。
- 開始:
- 4.4.1
NSObject、<NSCopying>、<NSSecureCoding> を継承します。
- (NSTimeInterval) startTime |
|
readnonatomicassign |
シーク可能な範囲の開始時刻。0 ~endTime
(可能な場合)の範囲になります。
- (NSTimeInterval) endTime |
|
readnonatomicassign |
シーク可能な範囲の終了時刻。0 から期間の終了までの範囲(使用可能な場合)。
現在のシーク範囲が固定長、移動ウィンドウ、拡大範囲のいずれであるかを示すフラグ。
現在のライブ ストリームが完了したかどうかを示すフラグ。
ライブ ストリームが終了すると [はい] に更新されます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["`GCKMediaLiveSeekableRange` provides details about the seekable range within a live media stream."],["It includes properties for the start and end times of the seekable range (`startTime`, `endTime`)."],["The `isMovingWindow` property indicates if the seekable range is a fixed window or expands over time."],["`isLiveDone` signals whether the live stream has concluded."]]],["The `GCKMediaLiveSeekableRange` class provides information about a media stream's seekable range. It defines `startTime` and `endTime` properties to specify the seekable range within the stream's duration. A `isMovingWindow` flag indicates if the range is a fixed-length, moving window or expanding. Additionally, the `isLiveDone` flag signals if the live stream has finished. The seekable range and live status of the media stream can be checked using these properties.\n"]]