APSChromecastPlayer Class Reference
| Inherits from | NSObject | 
| Conforms to | APSMediaPlayerProtocol GCKMediaControlChannelDelegate KRAdapter  | 
| Declared in | APSChromecastPlayer.h APSChromecastPlayer.m  | 
Overview
The APSChromecastPlayer class is a media renderer that handles playback on the Google Chromecast. To use, register with APSMediaPlayer:
 [[APSMediaPlayer sharedInstance] registerClass:[APSChromecastPlayer class] inGroup:kAPSMediaPlayerBackendsGroup];
Registration is handled automatically when using APSChromecastManager to set your application ID.