Package 

Enum Flash

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control , java.io.Serializable , java.lang.Comparable

    
    public enum Flash
     implements Control
                        

    Flash value indicates the flash mode to be used.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      TORCH

      Flash is always on, working as a torch.This is not guaranteed to be supported.

      AUTO

      Flash mode is chosen by the camera.This is not guaranteed to be supported.

      ON

      Flash will be on when capturing.This is not guaranteed to be supported.

      OFF

      Flash is always off.

    • Method Summary

      Modifier and Type Method Description
      static Array<Flash> values()
      static Flash valueOf(String name)
      • Methods inherited from class java.lang.Object

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