Nv21Image

data class Nv21Image(val size: ImageSize, val rotation: ImageRotation, val bytes: ByteArray)

Represents an Android NV21 image.

Constructors

Link copied to clipboard
fun Nv21Image(size: ImageSize, rotation: ImageRotation, bytes: ByteArray)

Properties

Link copied to clipboard

Image bytes.

Link copied to clipboard

Image rotation.

Link copied to clipboard

Image size in pixels.