dot-document
8.0.0
dot-document
/
com.innovatrics.dot.image
/
Nv21Image
Nv21Image
data
class
Nv21Image
(
val
size
:
ImageSize
,
val
rotation
:
ImageRotation
,
val
bytes
:
ByteArray
)
Represents an Android NV21 image.
Constructors
Properties
Constructors
Nv21Image
Link copied to clipboard
fun
Nv21Image
(
size
:
ImageSize
,
rotation
:
ImageRotation
,
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Image bytes.
rotation
Link copied to clipboard
val
rotation
:
ImageRotation
Image rotation.
size
Link copied to clipboard
val
size
:
ImageSize
Image size in pixels.