interface PhotoData
data class HEIC(val data: ByteBuffer) : PhotoData
HEIC
(
data
)
|
Signature
constructor(data: ByteBuffer) Parameters data: ByteBuffer
The ByteBuffer containing the HEIC-encoded photo data
Returns PhotoData.HEIC |
data
: ByteBuffer
[Get] |
The ByteBuffer containing the HEIC-encoded photo data
Signature
val data: ByteBuffer |
Bitmap
(
bitmap
)
|
Signature
constructor(bitmap: android.graphics.Bitmap) Parameters bitmap: android.graphics.Bitmap
The Android Bitmap containing the decoded photo data
Returns PhotoData.Bitmap |
bitmap
: android.graphics.Bitmap
[Get] |
The Android Bitmap containing the decoded photo data
Signature
val bitmap: android.graphics.Bitmap |