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