Enum ExifFlash

ExifFlash enumeration

Flash mode.

public enum ExifFlash

Values

NameValueDescription
Noflash0No flash fired.
Fired1Flash fired.
FiredReturnLightNotDetected5Flash fired, return light not detected.
FiredReturnLightDetected7Flash fired, return light detected.
YesCompulsory9Flash fired, compulsory flash mode.
YesCompulsoryReturnLightNotDetected13Flash fired, compulsory mode, return light not detected.
YesCompulsoryReturnLightDetected15Flash fired, compulsory mode, return light detected.
NoCompulsory16Flash did not fire, compulsory flash mode.
NoDidNotFireReturnLightNotDetected20Flash did not fire, return light not detected.
NoAuto24Flash did not fire, auto mode.
YesAuto25Flash firedm auto mode.
YesAutoReturnLightNotDetected29Flash fired, auto mode, return light not detected.
YesAutoReturnLightDetected31Flash fired, auto mode, return light detected.
NoFlashFunction32No flash function.

See Also