public final class AVCaptureTorchMode
extends java.lang.Object
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.
public static final long Off
public static final long On
public static final long Auto