Packagecom.distriqt.extension.camera.device
Classpublic class CaptureImageRequest
InheritanceCaptureImageRequest Inheritance Object



Public Properties
 PropertyDefined By
  format : String = jpeg
Unsupported: planned future functionality not yet implemented
CaptureImageRequest
  saveToCameraRoll : Boolean = false
If true the image will be saved to the user's camera roll / gallery
CaptureImageRequest
  waitForAdjustments : Boolean = true
If true, the image won't be taken until the camera has finished making focus, exposure and white balance adjustments
CaptureImageRequest
Public Methods
 MethodDefined By
  
Constructor
CaptureImageRequest
Property Detail
formatproperty
public var format:String = jpeg

Unsupported: planned future functionality not yet implemented

saveToCameraRollproperty 
public var saveToCameraRoll:Boolean = false

If true the image will be saved to the user's camera roll / gallery

waitForAdjustmentsproperty 
public var waitForAdjustments:Boolean = true

If true, the image won't be taken until the camera has finished making focus, exposure and white balance adjustments

Constructor Detail
CaptureImageRequest()Constructor
public function CaptureImageRequest()

Constructor