app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.camera
/
FrameMetadata
Frame
Metadata
androidJvm
data
class
FrameMetadata
(
val
width
:
Int
,
val
height
:
Int
,
val
rotation
:
Int
)
Content copied to clipboard
Metadata info of a camera frame.
Constructors
Properties
Constructors
Frame
Metadata
Link copied to clipboard
androidJvm
fun
FrameMetadata
(
width
:
Int
,
height
:
Int
,
rotation
:
Int
)
Content copied to clipboard
Properties
height
Link copied to clipboard
androidJvm
val
height
:
Int
Content copied to clipboard
rotation
Link copied to clipboard
androidJvm
val
rotation
:
Int
Content copied to clipboard
width
Link copied to clipboard
androidJvm
val
width
:
Int
Content copied to clipboard