Package apple.avfoundation.enums
Class AVCaptureFlashMode
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureFlashMode
-
public final class AVCaptureFlashMode extends java.lang.Object[@enum] AVCaptureFlashMode 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.
-
-
Field Detail
-
Off
public static final long Off
- See Also:
- Constant Field Values
-
On
public static final long On
- See Also:
- Constant Field Values
-
Auto
public static final long Auto
- See Also:
- Constant Field Values
-
-