Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Auto  
      static long Off  
      static long On  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait