public static interface ExifInterface.Flash
TAG_FLASH
As the definition in Jeita EXIF 2.2
standard, we can treat this constant as bitwise flag.
e.g.
short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED | MODE_AUTO_MODE
Modifier and Type | Field and Description |
---|---|
static short |
DID_NOT_FIRED |
static short |
FIRED |
static short |
FUNCTION_NO_FUNCTION |
static short |
FUNCTION_PRESENT |
static short |
MODE_AUTO_MODE |
static short |
MODE_COMPULSORY_FLASH_FIRING |
static short |
MODE_COMPULSORY_FLASH_SUPPRESSION |
static short |
MODE_UNKNOWN |
static short |
RED_EYE_REDUCTION_NO_OR_UNKNOWN |
static short |
RED_EYE_REDUCTION_SUPPORT |
static short |
RETURN_NO_STROBE_RETURN_DETECTION_FUNCTION |
static short |
RETURN_STROBE_RETURN_LIGHT_DETECTED |
static short |
RETURN_STROBE_RETURN_LIGHT_NOT_DETECTED |
static final short DID_NOT_FIRED
static final short FIRED
static final short RETURN_NO_STROBE_RETURN_DETECTION_FUNCTION
static final short RETURN_STROBE_RETURN_LIGHT_NOT_DETECTED
static final short RETURN_STROBE_RETURN_LIGHT_DETECTED
static final short MODE_UNKNOWN
static final short MODE_COMPULSORY_FLASH_FIRING
static final short MODE_COMPULSORY_FLASH_SUPPRESSION
static final short MODE_AUTO_MODE
static final short FUNCTION_PRESENT
static final short FUNCTION_NO_FUNCTION
static final short RED_EYE_REDUCTION_NO_OR_UNKNOWN
static final short RED_EYE_REDUCTION_SUPPORT