-
- 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 DNGThe picture result data will be a DNG file.This is only supported with the CAMERA2 engine and only onspecific devices. Please check getSupportedPictureFormats.
JPEGThe 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 PictureFormatvalueOf(String name)-
-
Method Detail
-
values
static Array<PictureFormat> values()
-
valueOf
static PictureFormat valueOf(String name)
-
-
-
-