MiSnap 5.x Release Pipeline
androidJvm
core
/
com.miteksystems.misnap.core
/
MiSnapSettings
/
Camera
/
Advanced
/
FrameInjection
Frame
Injection
@
Serializable
class
FrameInjection
(
val
rawResourceId
:
Int
,
val
rotationDegrees
:
Int
,
val
cameraInfo
:
MiSnapCameraInfo
?
=
null
)
:
Cloneable
Members
Constructors
Frame
Injection
Link copied to clipboard
constructor
(
rawResourceId
:
Int
,
rotationDegrees
:
Int
,
cameraInfo
:
MiSnapCameraInfo
?
=
null
)
Properties
camera
Info
Link copied to clipboard
val
cameraInfo
:
MiSnapCameraInfo
?
=
null
raw
Resource
Id
Link copied to clipboard
val
rawResourceId
:
Int
rotation
Degrees
Link copied to clipboard
val
rotationDegrees
:
Int