com.ooyala.android.configuration.ReadonlyOptionsInterface Interface Reference
Inheritance diagram for com.ooyala.android.configuration.ReadonlyOptionsInterface:
com.ooyala.android.configuration.Options

Public Member Functions

FCCTVRatingConfiguration getTVRatingConfiguration ()
 
ExoConfiguration getExoConfiguration ()
 
IqConfiguration getIqConfiguration ()
 
boolean getShowAdsControls ()
 If "true", show ad controls during ads playback. More...
 
boolean getShowCuePoints ()
 If "true", show cuepoint markers for ads. More...
 
boolean getShowLiveControls ()
 If "true", show live controls for live content playback (live stream only). More...
 
boolean getPreloadContent ()
 If "true", load the content when the rquired information and authorization is available. More...
 
boolean getShowPromoImage ()
 If "true", show a promo image if one is available. More...
 
int getConnectionTimeoutInMillisecond ()
 Network connection timeout value used by networking operations. More...
 
int getReadTimeoutInMillisecond ()
 Read timeout value used by networking operations. More...
 
boolean getPreventVideoViewSharing ()
 True is prevent video view sharing, false is allow. More...
 
boolean getUseExoPlayer ()
 True if use exoplayer, false otherwise. More...
 
PlayerInfo getPlayerInfo ()
 
boolean getShowNativeLearnMoreButton ()
 True to show native learn more button, false otherwise. More...
 
boolean getBypassPCodeMatching ()
 True to bypass PCode matching, false otherwise. More...
 
boolean getDisableVASTOoyalaAds ()
 True to disable VAST and Ooyala ads. More...
 
List< String > getDynamicFilters ()
 Dynamic filters to be sent to Azure. More...
 
boolean isWidevineSecurityL3Enabled ()
 Widevine DRM Security To L3. More...
 
float getInitialPlaybackSpeed ()
 The default factor by which playback will be sped up if the speed is not selected by a user. More...
 
boolean isAudioOnly ()
 True for audio-only player. More...
 

Member Function Documentation

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getBypassPCodeMatching ( )

True to bypass PCode matching, false otherwise.

Implemented in com.ooyala.android.configuration.Options.

int com.ooyala.android.configuration.ReadonlyOptionsInterface.getConnectionTimeoutInMillisecond ( )

Network connection timeout value used by networking operations.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getDisableVASTOoyalaAds ( )

True to disable VAST and Ooyala ads.

Implemented in com.ooyala.android.configuration.Options.

List<String> com.ooyala.android.configuration.ReadonlyOptionsInterface.getDynamicFilters ( )

Dynamic filters to be sent to Azure.

Implemented in com.ooyala.android.configuration.Options.

ExoConfiguration com.ooyala.android.configuration.ReadonlyOptionsInterface.getExoConfiguration ( )
float com.ooyala.android.configuration.ReadonlyOptionsInterface.getInitialPlaybackSpeed ( )

The default factor by which playback will be sped up if the speed is not selected by a user.

Implemented in com.ooyala.android.configuration.Options.

IqConfiguration com.ooyala.android.configuration.ReadonlyOptionsInterface.getIqConfiguration ( )
See also
IqConfiguration

Implemented in com.ooyala.android.configuration.Options.

PlayerInfo com.ooyala.android.configuration.ReadonlyOptionsInterface.getPlayerInfo ( )
boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getPreloadContent ( )

If "true", load the content when the rquired information and authorization is available.

If "false", load the content after pre-roll (if pre-roll is available).

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getPreventVideoViewSharing ( )

True is prevent video view sharing, false is allow.

Implemented in com.ooyala.android.configuration.Options.

int com.ooyala.android.configuration.ReadonlyOptionsInterface.getReadTimeoutInMillisecond ( )

Read timeout value used by networking operations.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getShowAdsControls ( )

If "true", show ad controls during ads playback.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getShowCuePoints ( )

If "true", show cuepoint markers for ads.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getShowLiveControls ( )

If "true", show live controls for live content playback (live stream only).

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getShowNativeLearnMoreButton ( )

True to show native learn more button, false otherwise.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getShowPromoImage ( )

If "true", show a promo image if one is available.

Implemented in com.ooyala.android.configuration.Options.

FCCTVRatingConfiguration com.ooyala.android.configuration.ReadonlyOptionsInterface.getTVRatingConfiguration ( )
boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.getUseExoPlayer ( )

True if use exoplayer, false otherwise.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.isAudioOnly ( )

True for audio-only player.

Implemented in com.ooyala.android.configuration.Options.

boolean com.ooyala.android.configuration.ReadonlyOptionsInterface.isWidevineSecurityL3Enabled ( )

Widevine DRM Security To L3.

Implemented in com.ooyala.android.configuration.Options.