Packagecom.neave.media
Classpublic class NeaveCamera



Public Properties
 PropertyDefined by
  CAMERA_HEIGHT : int = 240
[static] The requested height of the camera object
NeaveCamera
  CAMERA_WIDTH : int = 320
[static] The requested width of the camera object
NeaveCamera
  muted : Boolean
[static][read-only] Whether the camera object is available or not
NeaveCamera
Public Methods
 MethodDefined by
  
NeaveCamera
  
getCamera():Camera
[static] Sets up and returns the camera object
NeaveCamera
Property detail
CAMERA_HEIGHTproperty
public static var CAMERA_HEIGHT:int = 240

The requested height of the camera object

CAMERA_WIDTHproperty 
public static var CAMERA_WIDTH:int = 320

The requested width of the camera object

mutedproperty 
muted:Boolean  [read-only]

Whether the camera object is available or not

Implementation
    public static function get muted():Boolean
Constructor detail
NeaveCamera()constructor
public function NeaveCamera()
Method detail
getCamera()method
public static function getCamera():Camera

Sets up and returns the camera object

Returns
Camera — A camera object