GCKMediaStatus.h ファイル
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
GCKMediaPlayerState 列挙型と GCKMediaPlayerIdleReason 列挙型。 
その他...
 | 
| 
typedef  | NS_CLOSED_ENUM (NSInteger, GCKMediaPlayerState) | 
|   | 
GCKMediaPlayerState 列挙型と GCKMediaPlayerIdleReason 列挙型。
 
メディア プレーヤーのアイドル理由。
| 列挙子 | 
|---|
| GCKMediaPlayerIdleReasonNone | 
 プレーヤーに現在アイドル状態である理由がないことを示す定数。 
 | 
| GCKMediaPlayerIdleReasonFinished | 
 再生が終了したためにプレーヤーがアイドル状態であることを示す定数。 
 | 
| GCKMediaPlayerIdleReasonCancelled | 
 STOP コマンドに応答して再生がキャンセルされたため、プレーヤーがアイドル状態であることを示す定数。 
 | 
| GCKMediaPlayerIdleReasonInterrupted | 
 再生が LOAD コマンドによって中断されたためプレーヤーがアイドル状態であることを示す定数。 
 | 
| GCKMediaPlayerIdleReasonError | 
 再生エラーが発生したためにプレーヤーがアイドル状態であることを示す定数。 
 | 
 
 
 
  
  
  
 
  
    
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[],["The core content details the `GCKMediaStatus.h` file, which defines a `GCKMediaStatus` class for media status information. It also outlines the `GCKMediaPlayerIdleReason` enumeration, specifying possible idle states of a media player: `None`, `Finished`, `Cancelled`, `Interrupted`, and `Error`. Additionally it details the functions for `GCKMediaPlayerState` enumeration type. Each idle reason indicates a specific condition under which the media player is inactive, such as completion of playback or encountering an error.\n"]]