com.ooyala.android.player.VrMode Enum Reference

Image source render mode. More...

Public Attributes

 MONO
 Monoscopic rendering of mono sources. More...
 
 STEREO
 Stereoscopic rendering of side-by-side (SBS) sources, where two pictures are packed horizontally in the image source. More...
 
 NONE
 NONE mode has to be used in non-VR players which implements PlayerInterface. More...
 

Detailed Description

Image source render mode.

  • MONO: Monoscopic rendering of mono sources.
  • STEREO: tereoscopic rendering of side-by-side (SBS) sources, where two pictures are packed horizontally in the image source.
  • NONE: mode has to be used in non-VR players which implements PlayerInterface.

Member Data Documentation

com.ooyala.android.player.VrMode.MONO

Monoscopic rendering of mono sources.

com.ooyala.android.player.VrMode.NONE

NONE mode has to be used in non-VR players which implements PlayerInterface.

com.ooyala.android.player.VrMode.STEREO

Stereoscopic rendering of side-by-side (SBS) sources, where two pictures are packed horizontally in the image source.