<GCKRemoteMediaClientListener> 프로토콜

<GCKRemoteMediaClientListener> 프로토콜 참조

개요

GCKRemoteMediaClient 리스너 프로토콜

Since
3.0

<NSObjectNSObject>를 상속합니다.

인스턴스 메서드 요약

(void) - remoteMediaClient:didStartMediaSessionWithID:
 수신기에서 새 미디어 세션이 시작되었을 때 호출됩니다. 더보기...
 
(void) - remoteMediaClient:didUpdateMediaStatus:
 수신기에서 업데이트된 미디어 상태가 수신되면 호출됩니다. 더보기...
 
(void) - remoteMediaClient:didUpdateMediaMetadata:
 수신기에서 업데이트된 미디어 메타데이터가 수신되면 호출됩니다. 더보기...
 
(void) - remoteMediaClientDidUpdateQueue:
 수신기에서 미디어 재생 대기열이 업데이트되면 호출됩니다. 더보기...
 
(void) - remoteMediaClientDidUpdatePreloadStatus:
 수신기에서 미디어 미리 로드 상태가 업데이트되면 호출됩니다. 더보기...
 

메서드 세부정보

- (void) remoteMediaClient: (GCKRemoteMediaClient *)  client
didStartMediaSessionWithID: (NSInteger)  sessionID 
optional

수신기에서 새 미디어 세션이 시작되었을 때 호출됩니다.

Parameters
clientThe client.
sessionIDThe ID of the new session.
- (void) remoteMediaClient: (GCKRemoteMediaClient *)  client
didUpdateMediaStatus: (GCKMediaStatus *__nullable)  mediaStatus 
optional

수신기에서 업데이트된 미디어 상태가 수신되면 호출됩니다.

Parameters
clientThe client.
mediaStatusThe updated media status. The status can also be accessed as a property of the player.
- (void) remoteMediaClient: (GCKRemoteMediaClient *)  client
didUpdateMediaMetadata: (GCKMediaMetadata *__nullable)  mediaMetadata 
optional

수신기에서 업데이트된 미디어 메타데이터가 수신되면 호출됩니다.

Parameters
clientThe client.
mediaMetadataThe updated media metadata. The metadata can also be accessed through the GCKRemoteMediaClient::mediaStatus property.
- (void) remoteMediaClientDidUpdateQueue: (GCKRemoteMediaClient *)  client
optional

수신기에서 미디어 재생 대기열이 업데이트되면 호출됩니다.

Parameters
clientThe client.
- (void) remoteMediaClientDidUpdatePreloadStatus: (GCKRemoteMediaClient *)  client
optional

수신기에서 미디어 미리 로드 상태가 업데이트되면 호출됩니다.

Parameters
clientThe client.