總覽
繼承 NSObject。
資源摘要 | |
BOOL | connected |
指出此物件是否已連線至工作階段的旗標。更多... | |
GCKMediaStatus * | mediaStatus |
目前的媒體狀態 (由媒體控制管道回報)。更多... | |
GCKMediaQueue * | mediaQueue |
媒體待播清單。更多... | |
NSTimeInterval | timeSinceLastMediaStatusUpdate |
自上次收到媒體狀態更新後經過的時間。更多... | |
BOOL | playingLiveStream |
以標記表示用戶端是否正在播放直播。更多... | |
id < GCKRemoteMediaClientAdInfoParserDelegate > | adInfoParserDelegate |
委派項目可從 GCKMediaStatus 物件中的自訂資料擷取廣告插播資訊。更多... | |
方法詳細資料
- (void) addListener: | (id< GCKRemoteMediaClientListener >) | listener |
將事件監聽器新增至此物件的事件監聽器清單。
新增的事件監聽器未妥善保留,應保留,以免發生意外交易。
- Parameters
-
listener The listener to add.
- (void) removeListener: | (id< GCKRemoteMediaClientListener >) | listener |
從此物件的事件監聽器清單中移除事件監聽器。
- Parameters
-
listener The listener to remove.
- (GCKRequest *) loadMediaWithLoadRequestData: | (GCKMediaLoadRequestData *) | requestData |
載入及開始播放含有要求資料的媒體項目或媒體項目佇列。
- Parameters
-
requestData Describes the media load request.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- 開始時間
- 4.4.1
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo |
使用預設選項載入及開始播放新媒體項目。
建議您改用 loadMediaWithLoadRequestData:,這是支援載入單一項目的進階載入指令,或含有其他選項的佇列。
- Parameters
-
mediaInfo Describes the media item to load.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo | |
withOptions: | (GCKMediaLoadOptions *) | options | |
使用指定選項載入及開始播放新媒體項目。
建議您改用 loadMediaWithLoadRequestData:,這是支援載入單一項目的進階載入指令,或含有其他選項的佇列。
- Parameters
-
mediaInfo Describes the media item to load. options The load options for this request.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- 開始時間
- 4.0
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo | |
autoplay: | (BOOL) | autoplay | |
載入及選擇性開始播放新的媒體項目。
- Parameters
-
mediaInfo Describes the media item to load. autoplay Whether playback should start immediately.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo | |
autoplay: | (BOOL) | autoplay | |
playPosition: | (NSTimeInterval) | playPosition | |
載入及選擇性開始播放新的媒體項目。
- Parameters
-
mediaInfo Describes the media item to load. autoplay Whether playback should start immediately. playPosition The initial playback position.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo | |
autoplay: | (BOOL) | autoplay | |
playPosition: | (NSTimeInterval) | playPosition | |
customData: | (nullable id) | customData | |
載入及選擇性開始播放新的媒體項目。
- Parameters
-
mediaInfo Describes the media item to load. autoplay Whether playback should start immediately. playPosition The initial playback position. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo | |
autoplay: | (BOOL) | autoplay | |
playPosition: | (NSTimeInterval) | playPosition | |
activeTrackIDs: | (nullable NSArray< NSNumber * > *) | activeTrackIDs | |
載入及選擇性開始播放新的媒體項目。
- Parameters
-
mediaInfo Describes the media item to load. autoplay Whether playback should start immediately. playPosition The initial playback position. activeTrackIDs An array of integers specifying the active tracks. May be nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) loadMedia: | (GCKMediaInformation *) | mediaInfo | |
autoplay: | (BOOL) | autoplay | |
playPosition: | (NSTimeInterval) | playPosition | |
activeTrackIDs: | (nullable NSArray< NSNumber * > *) | activeTrackIDs | |
customData: | (nullable id) | customData | |
載入及選擇性開始播放新的媒體項目。
- Parameters
-
mediaInfo Describes the media item to load. autoplay Whether playback should start immediately. playPosition The initial playback position. activeTrackIDs An array of integers specifying the active tracks. May be nil
.customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) setPlaybackRate: | (float) | playbackRate |
- (GCKRequest *) setPlaybackRate: | (float) | playbackRate | |
customData: | (nullable id) | customData | |
設定目前媒體工作階段的播放速率。
- Parameters
-
playbackRate The new playback rate, which must be between GCKMediaLoadOptions::kGCKMediaMinPlaybackRate and GCKMediaLoadOptions::kGCKMediaMaxPlaybackRate. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- 開始時間
- 4.0
- (GCKRequest *) setActiveTrackIDs: | (nullable NSArray< NSNumber * > *) | activeTrackIDs |
設定使用中的測試群組。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
activeTrackIDs An array of integers specifying the active tracks. May be empty or nil
to disable any currently active tracks.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) setTextTrackStyle: | (nullable GCKMediaTextTrackStyle *) | textTrackStyle |
設定文字追蹤樣式。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
textTrackStyle The text track style. The style will not be changed if this is nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) pause |
- (GCKRequest *) pauseWithCustomData: | (nullable id) | customData |
暫停播放目前媒體項目。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) stop |
- (GCKRequest *) stopWithCustomData: | (nullable id) | customData |
停止播放目前媒體項目。
如果目前已載入佇列,系統會將其移除。如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) play |
- (GCKRequest *) playWithCustomData: | (nullable id) | customData |
開始 (或繼續) 播放目前媒體項目。
一律會從直播開始時開始播放。如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) skipAd |
- (GCKRequest *) seekWithOptions: | (GCKMediaSeekOptions *) | options |
跳轉至目前媒體項目中的新位置。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
options The seek options for the request.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- 開始時間
- 4.0
- (GCKRequest *) seekToTimeInterval: | (NSTimeInterval) | position |
跳轉至目前媒體項目中的新位置。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
position The new position from the beginning of the stream.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 SeeWithOptions:
- (GCKRequest *) seekToTimeInterval: | (NSTimeInterval) | position | |
resumeState: | (GCKMediaResumeState) | resumeState | |
跳轉至目前媒體項目中的新位置。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
position The new position interval from the beginning of the stream. resumeState The action to take after the seek operation has finished.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 SeeWithOptions:
- (GCKRequest *) seekToTimeInterval: | (NSTimeInterval) | position | |
resumeState: | (GCKMediaResumeState) | resumeState | |
customData: | (nullable id) | customData | |
跳轉至目前媒體項目中的新位置。
如果沒有目前的媒體狀態,要求就會失敗。
- Parameters
-
position The new position from the beginning of the stream. resumeState The action to take after the seek operation has finished. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 SeeWithOptions:
- (GCKRequest *) queueFetchItemIDs |
要求佇列的項目 ID 清單。
結果會傳遞至委派回呼 GCKRemoteMediaClient 委派::remoteMediaClient:didReceiveQueueItemIDs:.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- 開始時間
- 4.1
- (GCKRequest *) queueFetchItemsForIDs: | (NSArray< NSNumber * > *) | queueItemIDs |
要求具有指定項目 ID 的佇列項目完整資訊。
結果會傳遞至委派回呼 GCKRemoteMediaClient 委派::remoteMediaClient:didReceiveQueueItems:.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- 開始時間
- 4.1
- (GCKRequest *) queueLoadItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
startIndex: | (NSUInteger) | startIndex | |
repeatMode: | (GCKMediaRepeatMode) | repeatMode | |
載入及選擇性開始播放新的媒體項目佇列。
- Parameters
-
queueItems An array of GCKMediaQueueItem instances to load. Must not be nil
or empty.startIndex The index of the item in the items array that should be played first. repeatMode The repeat mode for playing the queue.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) queueLoadItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
startIndex: | (NSUInteger) | startIndex | |
repeatMode: | (GCKMediaRepeatMode) | repeatMode | |
customData: | (nullable id) | customData | |
載入及選擇性開始播放新的媒體項目佇列。
- Parameters
-
queueItems An array of GCKMediaQueueItem instances to load. Must not be nil
or empty.startIndex The index of the item in the items array that should be played first. repeatMode The repeat mode for playing the queue. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) queueLoadItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
startIndex: | (NSUInteger) | startIndex | |
playPosition: | (NSTimeInterval) | playPosition | |
repeatMode: | (GCKMediaRepeatMode) | repeatMode | |
customData: | (nullable id) | customData | |
載入及選擇性開始播放新的媒體項目佇列。
- Parameters
-
queueItems An array of GCKMediaQueueItem instances to load. Must not be nil
or empty.startIndex The index of the item in the items array that should be played first. playPosition The initial playback position for the item when it is first played, relative to the beginning of the stream. This value is ignored when the same item is played again, for example when the queue repeats, or the item is later jumped to. In those cases the item's startTime is used. repeatMode The repeat mode for playing the queue. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- Deprecated:
- 使用 loadMediaWithLoadRequestData:.
- (GCKRequest *) queueLoadItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
withOptions: | (GCKMediaQueueLoadOptions *) | options | |
載入及選擇性開始播放新的媒體項目佇列。
建議您改用 loadMediaWithLoadRequestData:,這是支援載入單一項目的進階載入指令,或含有其他選項的佇列。
- Parameters
-
queueItems An array of GCKMediaQueueItem instances to load. Must not be nil
or empty.options The load options used to load the queue items, as defined by GCKMediaQueueLoadOptions
- 開始時間
- 4.3.1
- (GCKRequest *) queueInsertItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
beforeItemWithID: | (NSUInteger) | beforeItemID | |
將新媒體項目清單插入佇列。
- Parameters
-
queueItems An array of GCKMediaQueueItem instances to insert. Must not be nil
or empty.beforeItemID The ID of the item that will be located immediately after the inserted list. If the value is kGCKMediaQueueInvalidItemID, the inserted list will be appended to the end of the queue.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueInsertItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
beforeItemWithID: | (NSUInteger) | beforeItemID | |
customData: | (nullable id) | customData | |
將新媒體項目清單插入佇列。
- Parameters
-
queueItems An array of GCKMediaQueueItem instances to insert. Must not be nil
or empty.beforeItemID ID of the item that will be located immediately after the inserted list. If the value is kGCKMediaQueueInvalidItemID, the inserted list will be appended to the end of the queue. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueInsertItem: | (GCKMediaQueueItem *) | item | |
beforeItemWithID: | (NSUInteger) | beforeItemID | |
將單一項目插入佇列的便利方法。
- Parameters
-
item The item to insert. beforeItemID The ID of the item that will be located immediately after the inserted item. If the value is kGCKMediaQueueInvalidItemID, or does not refer to any item currently in the queue, the inserted item will be appended to the end of the queue.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueInsertAndPlayItem: | (GCKMediaQueueItem *) | item | |
beforeItemWithID: | (NSUInteger) | beforeItemID | |
便利的方法,可將單一項目插入佇列,並將其設為目前項目。
- Parameters
-
item The item to insert. beforeItemID The ID of the item that will be located immediately after the inserted item. If the value is kGCKMediaQueueInvalidItemID, or does not refer to any item currently in the queue, the inserted item will be appended to the end of the queue.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueInsertAndPlayItem: | (GCKMediaQueueItem *) | item | |
beforeItemWithID: | (NSUInteger) | beforeItemID | |
playPosition: | (NSTimeInterval) | playPosition | |
customData: | (nullable id) | customData | |
便利的方法,可將單一項目插入佇列,並將其設為目前項目。
- Parameters
-
item The item to insert. beforeItemID The ID of the item that will be located immediately after the inserted item. If the value is kGCKMediaQueueInvalidItemID, or does not refer to any item currently in the queue, the inserted item will be appended to the end of the queue. playPosition The initial playback position for the item when it is first played, relative to the beginning of the stream. This value is ignored when the same item is played again, for example when the queue repeats, or the item is later jumped to. In those cases the item's startTime is used. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueUpdateItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems |
- (GCKRequest *) queueUpdateItems: | (NSArray< GCKMediaQueueItem * > *) | queueItems | |
customData: | (nullable id) | customData | |
更新佇列。
- Parameters
-
queueItems The list of updated items. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueRemoveItemsWithIDs: | (NSArray< NSNumber * > *) | itemIDs |
從佇列中移除媒體項目清單。
如果佇列因此變為空白,系統就會終止目前的媒體工作階段。
- Parameters
-
itemIDs An array of media item IDs identifying the items to remove. Must not be nil
or empty.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueRemoveItemsWithIDs: | (NSArray< NSNumber * > *) | itemIDs | |
customData: | (nullable id) | customData | |
從佇列中移除媒體項目清單。
如果佇列因此變為空白,系統就會終止目前的媒體工作階段。
- Parameters
-
itemIDs An array of media item IDs identifying the items to remove. Must not be nil
or empty.customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueRemoveItemWithID: | (NSUInteger) | itemID |
- (GCKRequest *) queueReorderItemsWithIDs: | (NSArray< NSNumber * > *) | queueItemIDs | |
insertBeforeItemWithID: | (NSUInteger) | beforeItemID | |
重新排序佇列中的媒體項目清單。
- Parameters
-
queueItemIDs An array of media item IDs identifying the items to reorder. Must not be nil
or empty.beforeItemID ID of the item that will be located immediately after the reordered list. If the value is kGCKMediaQueueInvalidItemID, or does not refer to any item currently in the queue, the reordered list will be appended at the end of the queue.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueReorderItemsWithIDs: | (NSArray< NSNumber * > *) | queueItemIDs | |
insertBeforeItemWithID: | (NSUInteger) | beforeItemID | |
customData: | (nullable id) | customData | |
重新排序佇列中的媒體項目清單。
- Parameters
-
queueItemIDs An array of media item IDs identifying the items to reorder. Must not be nil
or empty.beforeItemID The ID of the item that will be located immediately after the reordered list. If the value is kGCKMediaQueueInvalidItemID, or does not refer to any item currently in the queue, the reordered list will be moved to the end of the queue. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueMoveItemWithID: | (NSUInteger) | itemID | |
beforeItemWithID: | (NSUInteger) | beforeItemID | |
可移動佇列中的單一項目簡易的方法。
- Parameters
-
itemID The ID of the item to move. beforeItemID The ID of the item that will be located immediately after the reordered list. If the value is kGCKMediaQueueInvalidItemID, or does not refer to any item currently in the queue, the item will be moved to the end of the queue.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueJumpToItemWithID: | (NSUInteger) | itemID |
- (GCKRequest *) queueJumpToItemWithID: | (NSUInteger) | itemID | |
customData: | (nullable id) | customData | |
跳到佇列中具有指定 ID 的項目。
- Parameters
-
itemID The ID of the item to jump to. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueJumpToItemWithID: | (NSUInteger) | itemID | |
playPosition: | (NSTimeInterval) | playPosition | |
customData: | (nullable id) | customData | |
跳到佇列中具有指定 ID 的項目。
- Parameters
-
itemID The ID of the item to jump to. playPosition The initial playback position for the item when it is first played, relative to the beginning of the stream. This value is ignored when the same item is played again, for example when the queue repeats, or the item is later jumped to. In those cases the item's startTime is used. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueNextItem |
移至佇列中的下一個項目。
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queuePreviousItem |
移至佇列中的上一個項目。
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) queueSetRepeatMode: | (GCKMediaRepeatMode) | repeatMode |
- (GCKRequest *) setStreamVolume: | (float) | volume |
設定串流音量。
如果目前沒有媒體工作階段,要求就會失敗。
- Parameters
-
volume The new volume, in the range [0.0 - 1.0].
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) setStreamVolume: | (float) | volume | |
customData: | (nullable id) | customData | |
設定串流音量。
如果目前沒有媒體工作階段,要求就會失敗。
- Parameters
-
volume The new volume, in the range [0.0 - 1.0]. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) setStreamMuted: | (BOOL) | muted |
設定是否將直播設為靜音。
如果目前沒有媒體工作階段,要求就會失敗。
- Parameters
-
muted Whether the stream should be muted or unmuted.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) setStreamMuted: | (BOOL) | muted | |
customData: | (nullable id) | customData | |
設定是否將直播設為靜音。
如果目前沒有媒體工作階段,要求就會失敗。
- Parameters
-
muted Whether the stream should be muted or unmuted. customData Custom application-specific data to pass along with the request. Must either be an object that can be serialized to JSON using NSJSONSerialization, or nil
.
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (GCKRequest *) requestStatus |
要求接收者提供最新的媒體狀態資訊。
- 傳回
- 用於追蹤這項要求的 GCKRequest 物件。
- (NSTimeInterval) approximateStreamPosition |
傳回概略的串流位置,計算依據為最近一次接收的串流資訊,以及更新後經過的實際時間。
如果頻道未連結,或目前未載入任何媒體,系統會傳回 0。
- (NSTimeInterval) approximateLiveSeekableRangeStart |
傳回可搜尋範圍的概略起始位置,計算依據為最近一次收到的串流資訊,以及自該更新起經過的實際時間。
如果頻道未連結,或目前未載入任何媒體,系統會傳回 0。如果串流並非直播,或沒有可搜尋的範圍,系統會傳回 kGCKInvalidTimeInterval
。
- 開始時間
- 4.4.1
- (NSTimeInterval) approximateLiveSeekableRangeEnd |
根據上次收到的串流資訊,以及自該更新起經過的實際時間,傳回可搜尋範圍的約略結束位置。
如果頻道未連結,或目前未載入任何媒體,系統會傳回 0。如果串流並非直播,或沒有可搜尋的範圍,系統會傳回 kGCKInvalidTimeInterval
。
- 開始時間
- 4.4.1
- (void) notifyDidStartMediaSession |
每當媒體工作階段開始時,再由子類別呼叫,也就是在遠端播放器成功載入新媒體之後。
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidUpdateMediaStatus |
當用戶端的 mediaStatus 物件變更時,由子類別呼叫。
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidUpdateQueue |
當用戶端管理的媒體佇列有所變更時,子類別即可呼叫該類別。
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidUpdatePreloadStatus |
當用戶端 GCKMediaStatus 的 GCKMediaStatus::preloadedItemID 變更時,子類別就呼叫了子類別。
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidUpdateMetadata |
每當中繼資料變更時,再由子類別呼叫。
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidReceiveQueueItemIDs: | (NSArray< NSNumber * > *) | itemIDs |
每當收到媒體佇列項目 ID 清單時,再由子類別呼叫。
- Parameters
-
itemIDs The list of queue item IDs.
- 開始時間
- 4.1
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidInsertQueueItemsWithIDs: | (NSArray< NSNumber * > *) | itemIDs | |
beforeItemWithID: | (GCKMediaQueueItemID) | beforeItemID | |
在佇列中插入連續的佇列項目序列時,可由子類別呼叫。
- Parameters
-
itemIDs The list of queue item IDs identifying the items that were inserted. beforeItemID The ID of the queue item in front of which the new items were inserted, or kGCKInvalidQueueItemID if the items were appended to the end of the queue.
- 開始時間
- 4.1
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidUpdateQueueItemsWithIDs: | (NSArray< NSNumber * > *) | itemIDs |
每當佇列中現有的佇列項目更新時,再由子類別呼叫。
- Parameters
-
itemIDs The list of queue item IDs identifying the items that were updated.
- 開始時間
- 4.1
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidRemoveQueueItemsWithIDs: | (NSArray< NSNumber * > *) | itemIDs |
每當從佇列中移除連續的佇列項目序列時,再由子類別呼叫。
- Parameters
-
itemIDs The list of queue item IDs identifying the items that were removed.
- 開始時間
- 4.1
由「GCKRemoteMediaClient(Protected)」類別提供。
- (void) notifyDidReceiveQueueItems: | (NSArray< GCKMediaQueueItem * > *) | items |
在收到佇列項目時由子類別呼叫。
- Parameters
-
items The list of queue items.
- 開始時間
- 4.1
由「GCKRemoteMediaClient(Protected)」類別提供。
資源詳情
|
readnonatomicassign |
指出此物件是否已連線至工作階段的旗標。
|
readnonatomicstrong |
目前的媒體狀態 (由媒體控制管道回報)。
|
readnonatomicstrong |
媒體待播清單。
- 開始時間
- 4.3.4
|
readnonatomicassign |
自上次收到媒體狀態更新後經過的時間。
如果尚未收到媒體狀態,這個值會是 NAN。
|
readnonatomicassign |
以標記表示用戶端是否正在播放直播。
- 開始時間
- 4.4.1
|
readwritenonatomicweak |
委派項目可從 GCKMediaStatus 物件中的自訂資料擷取廣告插播資訊。