public enum

SurfaceConfig.ConfigType

extends java.lang.Enum<SurfaceConfig.ConfigType>

 java.lang.Object

↳java.lang.Enum<SurfaceConfig.ConfigType>

↳androidx.camera.core.impl.SurfaceConfig.ConfigType

Overview

The Camera2 configuration type for the surface.

These are the enumerations defined in android.hardware.camera2.CameraDevice.

Summary

Enum Constants
JPEG
JPEG_R
PRIV
RAW
YUV
Methods
public static SurfaceConfig.ConfigTypevalueOf(java.lang.String name)

public static SurfaceConfig.ConfigTypevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

PRIV

YUV

JPEG

JPEG_R

RAW

Methods

public static SurfaceConfig.ConfigType values()

public static SurfaceConfig.ConfigType valueOf(java.lang.String name)