cameraViewEx / com.priyankvasa.android.cameraviewex / Modes / OutputFormat

OutputFormat

@Target([AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER]) annotation class OutputFormat

Platform and version requirements: JVM

Direction the camera faces relative to device screen.

Constructors

<init>

OutputFormat()

Direction the camera faces relative to device screen.

Companion Object Properties

JPEG

const val JPEG: Int

RGBA_8888

const val RGBA_8888: Int

YUV_420_888

const val YUV_420_888: Int