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)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard

Image bytes.

Link copied to clipboard

Image rotation.

Link copied to clipboard

Image size in pixels.