GCKRemoteMediaClient(Protected) Category

GCKRemoteMediaClient(Protected) Category Reference

Overview

Methods to be called by GCKRemoteMediaClient subclasses only.

Since
3.3

Instance Method Summary

(void) - notifyDidStartMediaSession
 To be called by subclasses whenever a media session begins, namely, right after new media has been successfully loaded on the remote player. More...
 
(void) - notifyDidUpdateMediaStatus
 To be called by subclasses any time that the mediaStatus object of the client changes. More...
 
(void) - notifyDidUpdateQueue
 To be called by subclasses any time that the media queue managed by the client changes. More...
 
(void) - notifyDidUpdatePreloadStatus
 To be called by subclasses whenever the GCKMediaStatus::preloadedItemID for the client's mediaStatus changes. More...
 
(void) - notifyDidUpdateMetadata
 To be called by subclasses any time that the metadata changes. More...
 

Method Detail

- (void) notifyDidStartMediaSession

To be called by subclasses whenever a media session begins, namely, right after new media has been successfully loaded on the remote player.

Extends class GCKRemoteMediaClient.

- (void) notifyDidUpdateMediaStatus

To be called by subclasses any time that the mediaStatus object of the client changes.

Extends class GCKRemoteMediaClient.

- (void) notifyDidUpdateQueue

To be called by subclasses any time that the media queue managed by the client changes.

Extends class GCKRemoteMediaClient.

- (void) notifyDidUpdatePreloadStatus

To be called by subclasses whenever the GCKMediaStatus::preloadedItemID for the client's mediaStatus changes.

Extends class GCKRemoteMediaClient.

- (void) notifyDidUpdateMetadata

To be called by subclasses any time that the metadata changes.

Extends class GCKRemoteMediaClient.