Package 

Enum Hdr

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control

    
    public enum Hdr
     implements Control
                        

    Hdr values indicate whether to use high dynamic range techniques when capturing pictures.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      final static Hdr DEFAULT
    • Constructor Summary

      Constructors 
      Constructor Description
      Hdr(int value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OFF

      No HDR.

      ON

      Using HDR.

    • Method Summary

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

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