HaishinKit
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HaishinKit
haishinkit
/
com.haishinkit.device
Package-level
declarations
Types
Types
Camera
Device
Link copied to clipboard
@
Serializable
data
class
CameraDevice
(
val
id
:
String
,
val
name
:
String
,
val
position
:
CameraDevice.Position
)
Represents a camera device available on the system.
Device
Manager
Link copied to clipboard
class
DeviceManager
(
context
:
Context
)