<GCKUIMediaControllerdelegate> Giao thức

Tham chiếu giao thức <GCKUIMediaControllerdelegate>

Tổng quan

Giao thức uỷ quyền GCKUIMediaController.

Năm thành lập
3

Kế thừa <NSObjectNSObject>.

Tóm tắt phương thức thực thể

(void) - mediaController:didUpdatePlayerState:lastStreamPosition:
 Được gọi khi trạng thái trình phát nội dung đa phương tiện từ xa thay đổi. Xem thêm...
 
(void) - mediaController:didBeginPreloadForItemID:
 Được gọi khi quá trình tải trước đã bắt đầu cho một mục sắp tới trong hàng đợi nội dung nghe nhìn. Xem thêm...
 
(void) - mediaController:didUpdateMediaStatus:
 Được gọi khi nhận trạng thái nội dung nghe nhìn mới từ receiver và sau khi GCKUIMediaController xử lý xong trạng thái cập nhật. Xem thêm...
 

Chi tiết phương pháp

- (void) mediaController: (GCKUIMediaController *)  mediaController
didUpdatePlayerState: (GCKMediaPlayerState)  playerState
lastStreamPosition: (NSTimeInterval)  streamPosition 
optional

Được gọi khi trạng thái trình phát nội dung đa phương tiện từ xa thay đổi.

Parameters
mediaControllerThe GCKUIMediaController instance.
playerStateThe new player state.
streamPositionThe last known stream position at the time of the player state change.
- (void) mediaController: (GCKUIMediaController *)  mediaController
didBeginPreloadForItemID: (NSUInteger)  itemID 
optional

Được gọi khi quá trình tải trước đã bắt đầu cho một mục sắp tới trong hàng đợi nội dung nghe nhìn.

Parameters
mediaControllerThe GCKUIMediaController instance.
itemIDThe ID of the item that is being preloaded, or kGCKMediaQueueInvalidItemID if none.
- (void) mediaController: (GCKUIMediaController *)  mediaController
didUpdateMediaStatus: (GCKMediaStatus *)  mediaStatus 
optional

Được gọi khi nhận trạng thái nội dung nghe nhìn mới từ receiver và sau khi GCKUIMediaController xử lý xong trạng thái cập nhật.

Parameters
mediaControllerThe GCKUIMediaController instance.
mediaStatusThe new media status.