<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
收到佇列中一個或多個項目的詳細資訊時呼叫。
- Parameters
-
client | The client. |
queueItems | The queue items. |
- 辛策
- 4.1
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-12-05 (世界標準時間)。
[{
"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":"其他"
}]