The operating mode for the flash.
#include <camera/camera_api.h>
typedef enum { CAMERA_FLASH_OFF = 0 CAMERA_FLASH_ON CAMERA_FLASH_AUTO } camera_flashmode_t;
BlackBerry 10.0.0
Used with the camera_config_flash() function.