Packagecom.myflashlab.air.extensions.googleVR
Classpublic class ApiVideoView
InheritanceApiVideoView Inheritance com.myflashlab.air.extensions.googleVR.ApiBase

This class will let you start the VR VideoView experience based the settings you have decided on by configuring the VRConfigVid class. Access this class like VR.api.videoView.

See also

VRConfigVid


Public Properties
 PropertyDefined By
  isPaused : Boolean
[read-only]
ApiVideoView
  volume : Number
ApiVideoView
Public Methods
 MethodDefined By
  
attach($config:VRConfigVid):void
ApiVideoView
  
detach():void
ApiVideoView
  
onStatus(e:StatusEvent):void
[override]
ApiVideoView
  
pause():void
ApiVideoView
  
resume():void
ApiVideoView
  
seekTo($position:Number):void
ApiVideoView
  
stop():void
ApiVideoView
Property Detail
isPausedproperty
isPaused:Boolean  [read-only]


Implementation
    public function get isPaused():Boolean
volumeproperty 
volume:Number


Implementation
    public function get volume():Number
    public function set volume(value:Number):void
Method Detail
attach()method
public function attach($config:VRConfigVid):void

Parameters

$config:VRConfigVid

detach()method 
public function detach():void

onStatus()method 
override public function onStatus(e:StatusEvent):void

Parameters

e:StatusEvent

pause()method 
public function pause():void

resume()method 
public function resume():void

seekTo()method 
public function seekTo($position:Number):void

Parameters

$position:Number

stop()method 
public function stop():void