Packageeyemap.viewer.screencapture
Classpublic class ScreenCapture
InheritanceScreenCapture Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  data : ByteArray
[read-only]
ScreenCapture
  duration : Number
[read-only]
ScreenCapture
  fps : int
[write-only]
ScreenCapture
  isRecording : Boolean
[read-only]
ScreenCapture
  source : *
[write-only]
ScreenCapture
Public Methods
 MethodDefined By
  
ScreenCapture(enf:SingletonEnforcer)
ScreenCapture
  
[static]
ScreenCapture
  
record():void
ScreenCapture
  
size(x:Number, y:Number, w:Number, h:Number):void
ScreenCapture
  
stop():void
ScreenCapture
Property Detail
dataproperty
data:ByteArray  [read-only]


Implementation
    public function get data():ByteArray
durationproperty 
duration:Number  [read-only]


Implementation
    public function get duration():Number
fpsproperty 
fps:int  [write-only]


Implementation
    public function set fps(value:int):void
isRecordingproperty 
isRecording:Boolean  [read-only]


Implementation
    public function get isRecording():Boolean
sourceproperty 
source:*  [write-only]


Implementation
    public function set source(value:any):void
Constructor Detail
ScreenCapture()Constructor
public function ScreenCapture(enf:SingletonEnforcer)



Parameters
enf:SingletonEnforcer
Method Detail
getInstance()method
public static function getInstance():ScreenCapture

Returns
ScreenCapture
record()method 
public function record():void

size()method 
public function size(x:Number, y:Number, w:Number, h:Number):void

Parameters

x:Number
 
y:Number
 
w:Number
 
h:Number

stop()method 
public function stop():void