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 および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [null,null,["最終更新日 2025-07-25 UTC。"],[],["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"]]