Package apple.avfoundation.enums
Class AVCaptureTorchMode
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureTorchMode
-
public final class AVCaptureTorchMode extends java.lang.Object[@enum] AVCaptureTorchMode Constants indicating the mode of the torch on the receiver's device, if it has one. [@constant] AVCaptureTorchModeOff Indicates that the torch should always be off. [@constant] AVCaptureTorchModeOn Indicates that the torch should always be on. [@constant] AVCaptureTorchModeAuto Indicates that the torch 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
-
-