A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
id — Property, class com.distriqt.extension.camera.device.CameraDeviceInfo
The string id representing this camera device.
IMAGE_SAVE_COMPLETE — Constant Static Property, class com.distriqt.extension.camera.events.CameraCaptureEvent
Dispatched when the image captured is successfully saved to the user camera roll / gallery.
IMAGE_SAVE_ERROR — Constant Static Property, class com.distriqt.extension.camera.events.CameraCaptureEvent
Dispatched when the image capture has failed to save the captured image to the user camera roll / gallery.
implementation — Property, class com.distriqt.extension.camera.Camera
The implementation currently in use.
info — Property, interface com.distriqt.extension.camera.device.CameraDevice
Information about this camera device
init(key:String) — Static Method , class com.distriqt.extension.camera.Camera
Initialises the extension class for use with the provided key.
instance — Static Property, class com.distriqt.extension.camera.Camera
The singleton instance of the Camera class.
isCameraModeSupported(mode:com.distriqt.extension.camera.device:CameraMode) — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the specified mode is supported on the current device.
isExposureSupported(mode:String) — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the exposure mode is supported on the specified camera device
isFlashSupported() — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the flash mode is supported on the specified camera device
isFocusSupported(mode:String) — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the focus mode is supported on the specified camera device
isPreviewModeSupported(mode:com.distriqt.extension.camera.device:CameraMode) — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the specified preview mode is supported on the current device.
isRecordingVideo — Property, interface com.distriqt.extension.camera.device.CameraDevice
Returns true if there is a current video recording session in progress.
isRecordingVideoSupported — Property, interface com.distriqt.extension.camera.device.CameraDevice
Whether the current camera device supports video recording.
isSupported — Static Property, class com.distriqt.extension.camera.Camera
Whether the camera is supported on the current device
isTorchSupported() — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the torch mode is supported on the specified camera device
isWhiteBalanceSupported(mode:String) — method, interface com.distriqt.extension.camera.device.CameraDevice
Whether the White balance mode is supported on the specified camera device
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z