Packagecom.myflashlab.air.extensions.googleVR
Classpublic class VRConfigVid
InheritanceVRConfigVid Inheritance VRConfig Inheritance Object

Data class representing the desired configuration you might need before launching the VR video view. to run the VR video view, you need to initialize this class and set the required configuration and then pass in the instance of this class to the VR.api.videoView.attach method.



Public Properties
 PropertyDefined By
 InheritedbtnExit : File
Indicates the location of the exit button which is drawn over the VR window
VRConfig
 InheritedfullscreenButtonEnabled : Boolean
Shows or hides the button to transition to fullscreen mode.
VRConfig
 InheritedinfoButtonEnabled : Boolean
VRConfig
 InheritedstereoModeButtonEnabled : Boolean
Indicates if the VR mode button should be enabled or not
VRConfig
 InheritedtouchTrackingEnabled : Boolean
Enables or disables tracking of the view via touch gestures.
VRConfig
  video360 : File
Indicates the location of the 360 video you wish to use in your VR experience.
VRConfigVid
  video360URL : String
[write-only] Indicates the URL location of the 360 video you wish to use in your VR experience.
VRConfigVid
  videoType : int
VRConfigVid
Protected Properties
 PropertyDefined By
 Inherited_btnExit : File
VRConfig
 Inherited_btnExitAddress : String
VRConfig
 Inherited_fullscreenButtonEnabled : Boolean = true
VRConfig
 Inherited_infoButtonEnabled : Boolean = true
VRConfig
 Inherited_stereoModeButtonEnabled : Boolean = true
VRConfig
 Inherited_touchTrackingEnabled : Boolean = true
VRConfig
Public Methods
 MethodDefined By
  
VRConfigVid
Public Constants
 ConstantDefined By
 InheritedTYPE_MONO : int = 1
[static]
VRConfig
 InheritedTYPE_STEREO_OVER_UNDER : int = 2
[static]
VRConfig
Property Detail
video360property
video360:File

Indicates the location of the 360 video you wish to use in your VR experience.


Implementation
    public function get video360():File
    public function set video360(value:File):void
video360URLproperty 
video360URL:String  [write-only]

Indicates the URL location of the 360 video you wish to use in your VR experience.


Implementation
    public function set video360URL(value:String):void
videoTypeproperty 
videoType:int


Implementation
    public function get videoType():int
    public function set videoType(value:int):void
Constructor Detail
VRConfigVid()Constructor
public function VRConfigVid()