<GCKRemoteMediaClientListener> プロトコル
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
<NSObjectNSObject> を継承します。
- (void) remoteMediaClient: |
|
(GCKRemoteMediaClient *) |
client |
didStartMediaSessionWithID: |
|
(NSInteger) |
sessionID |
|
|
| |
|
optional |
レシーバで新しいメディア セッションが開始されると呼び出されます。
- Parameters
-
client | The client. |
sessionID | The ID of the new session. |
更新されたメディア ステータスを受信側から受信したときに呼び出されます。
- Parameters
-
client | The client. |
mediaStatus | The updated media status. The status can also be accessed as a property of the player. |
更新されたメディア メタデータがレシーバーから受信されたときに呼び出されます。
- Parameters
-
レシーバーでメディア再生キューが更新されたときに呼び出されます。
- Parameters
-
レシーバでメディア プリロード ステータスが更新されると呼び出されます。
- Parameters
-
- (void) remoteMediaClient: |
|
(GCKRemoteMediaClient *) |
client |
didReceiveQueueItemIDs: |
|
(NSArray< NSNumber * > *) |
queueItemIDs |
|
|
| |
|
optional |
メディアキュー アイテム ID のリストを受信したときに呼び出されます。
- Parameters
-
client | The client. |
queueItemIDs | The list of media queue item IDs. |
- シンセ
- 4.1
連続した項目がメディアキューに挿入されたときに呼び出されます。
- Parameters
-
client | The client. |
queueItemIDs | The item IDs of the inserted items. |
beforeItemID | The item ID of the item in front of which the new items have been inserted. If the value is kGCKMediaQueueInvalidItemID, it indicates that the items were appended at the end of the queue. |
- シンセ
- 4.1
- (void) remoteMediaClient: |
|
(GCKRemoteMediaClient *) |
client |
didUpdateQueueItemsWithIDs: |
|
(NSArray< NSNumber * > *) |
queueItemIDs |
|
|
| |
|
optional |
メディアキューで既存のアイテムが更新されたときに呼び出されます。
- Parameters
-
client | The client. |
queueItemIDs | The item IDs of the updated items. |
- シンセ
- 4.1
- (void) remoteMediaClient: |
|
(GCKRemoteMediaClient *) |
client |
didRemoveQueueItemsWithIDs: |
|
(NSArray< NSNumber * > *) |
queueItemIDs |
|
|
| |
|
optional |
連続した項目がメディアキューから削除されたときに呼び出されます。
- Parameters
-
client | The client. |
queueItemIDs | The item IDs of the removed items. |
- シンセ
- 4.1
キューにある 1 つ以上のアイテムの詳細情報を受け取ったときに呼び出されます。
- Parameters
-
client | The client. |
queueItems | The queue items. |
- シンセ
- 4.1
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-05 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]