com.ooyala.android.player.PlayerType Enum Reference

Player enum defines a type of a player. More...

Public Attributes

 FLAT_PLAYER
 Flat player type is a universal type of a player which supports lots of formats. More...
 
 VR_PLAYER
 VR player supports 360 or VR player's content. More...
 
 UNDEFINED_PLAYER
 Undefined player type is used if a Base Player doesn't exist. More...
 

Detailed Description

Player enum defines a type of a player.

Member Data Documentation

com.ooyala.android.player.PlayerType.FLAT_PLAYER

Flat player type is a universal type of a player which supports lots of formats.

com.ooyala.android.player.PlayerType.UNDEFINED_PLAYER

Undefined player type is used if a Base Player doesn't exist.

com.ooyala.android.player.PlayerType.VR_PLAYER

VR player supports 360 or VR player's content.