Package | com.myflashlab.air.extensions.googleVR |
Class | public class ApiVideoView |
Inheritance | ApiVideoView com.myflashlab.air.extensions.googleVR.ApiBase |
VRConfigVid
class. Access this class like VR.api.videoView.
See also
Property | Defined By | ||
---|---|---|---|
isPaused : Boolean [read-only] | ApiVideoView | ||
volume : Number | ApiVideoView |
Method | Defined 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 |
isPaused | property |
isPaused:Boolean
[read-only] public function get isPaused():Boolean
volume | property |
volume:Number
public function get volume():Number
public function set volume(value:Number):void
attach | () | method |
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