Package 

Enum PictureFormat

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

    
    public enum PictureFormat
     implements Control
                        

    Format of the picture results for pictures that are taken with takePicture. This does not apply to picture snapshots.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DNG

      The picture result data will be a DNG file.This is only supported with the CAMERA2 engine and only onspecific devices. Please check getSupportedPictureFormats.

      JPEG

      The picture result data will be a JPEG file.This value is always supported.

    • Method Summary

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

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