|
MoSync 3.0.1
|
Defines | |
| #define | MA_CAMERA_FLASH_MODE "flash-mode" |
| Sets the flash mode for the camera. | |
| #define | MA_CAMERA_FOCUS_MODE "focus-mode" |
| Sets the focus mode for the camera. | |
| #define | MA_CAMERA_IMAGE_FORMAT "image-format" |
| Sets the image format for the camera. | |
| #define | MA_CAMERA_ZOOM "zoom" |
| Sets the zoom level for the camera. | |
| #define | MA_CAMERA_MAX_ZOOM "max-zoom" |
| Provides the information about the maximum supported zoom level on the device. | |
| #define | MA_CAMERA_ZOOM_SUPPORTED "zoom-supported" |
| Indicates that if the device supports zoom or not. | |
| #define | MA_CAMERA_FLASH_SUPPORTED "flash-supported" |
| Indicates that if the device has a flash or not. | |
| #define MA_CAMERA_FLASH_MODE "flash-mode" |
Sets the flash mode for the camera.
maCameraSetProperty(MAW_CAMERA_FLASH_MODE, MA_CAMERA_FLASH_AUTO);
| #define MA_CAMERA_FOCUS_MODE "focus-mode" |
Sets the focus mode for the camera.
maCameraSetProperty(MAW_CAMERA_FOCUS_MODE, MA_CAMERA_FOCUS_AUTO);
| #define MA_CAMERA_IMAGE_FORMAT "image-format" |
Sets the image format for the camera.
maCameraSetProperty(MAW_CAMERA_IMAGE_FORMAT, MA_CAMERA_IMAGE_JPEG);
| #define MA_CAMERA_ZOOM "zoom" |
Sets the zoom level for the camera.
maCameraSetProperty(MAW_CAMERA_ZOOM, "1");
| #define MA_CAMERA_MAX_ZOOM "max-zoom" |
Provides the information about the maximum supported zoom level on the device.
| #define MA_CAMERA_ZOOM_SUPPORTED "zoom-supported" |
Indicates that if the device supports zoom or not.
| #define MA_CAMERA_FLASH_SUPPORTED "flash-supported" |
Indicates that if the device has a flash or not.