com.ooyala.android.CastManagerInterface Interface Reference

Created by liusha.huang on 3/26/15. More...

Inheritance diagram for com.ooyala.android.CastManagerInterface:
com.ooyala.cast.CastManager

Public Member Functions

boolean isConnectedToReceiverApp ()
 Returns true only if application is connected to the Cast service. More...
 
PlayerInterface getCastPlayer ()
 
void registerWithOoyalaPlayer (OoyalaPlayer ooyalaPlayer)
 
boolean isInCastMode ()
 
void enterCastMode (CastModeOptions options)
 

Detailed Description

Created by liusha.huang on 3/26/15.

Member Function Documentation

void com.ooyala.android.CastManagerInterface.enterCastMode ( CastModeOptions  options)

Implemented in com.ooyala.cast.CastManager.

PlayerInterface com.ooyala.android.CastManagerInterface.getCastPlayer ( )

Implemented in com.ooyala.cast.CastManager.

boolean com.ooyala.android.CastManagerInterface.isConnectedToReceiverApp ( )

Returns true only if application is connected to the Cast service.

Implemented in com.ooyala.cast.CastManager.

boolean com.ooyala.android.CastManagerInterface.isInCastMode ( )

Implemented in com.ooyala.cast.CastManager.

void com.ooyala.android.CastManagerInterface.registerWithOoyalaPlayer ( OoyalaPlayer  ooyalaPlayer)

Implemented in com.ooyala.cast.CastManager.