dot-face-lite
7.5.7
dot-face-lite
/
com.innovatrics.dot.image
/
Nv21Image
Nv21Image
data
class
Nv21Image
(
val
size
:
ImageSize
,
val
rotation
:
ImageRotation
,
val
bytes
:
ByteArray
)
Represents an Android NV21 image.
Types
Constructors
Functions
Properties
Constructors
Nv21Image
Link copied to clipboard
fun
Nv21Image
(
size
:
ImageSize
,
rotation
:
ImageRotation
,
bytes
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
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.