<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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-01。"],[],[]]