public final class AVCaptureFlashMode
extends java.lang.Object
Constants indicating the mode of the flash on the receiver's device, if it has one.
[@constant] AVCaptureFlashModeOff Indicates that the flash should always be off. [@constant] AVCaptureFlashModeOn Indicates that the flash should always be on. [@constant] AVCaptureFlashModeAuto Indicates that the flash should be used automatically depending on ambient light conditions.
public static final long Off
public static final long On
public static final long Auto