toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.media.devices
/
InputDeviceInfo
Input
Device
Info
external
class
InputDeviceInfo
:
MediaDeviceInfo
(
source
)
Available only in secure contexts.
MDN Reference
Members
Properties
device
Id
Link copied to clipboard
val
deviceId
:
String
MDN Reference
group
Id
Link copied to clipboard
val
groupId
:
String
MDN Reference
kind
Link copied to clipboard
val
kind
:
MediaDeviceKind
MDN Reference
label
Link copied to clipboard
val
label
:
String
MDN Reference
Functions
get
Capabilities
Link copied to clipboard
fun
getCapabilities
(
)
:
MediaTrackCapabilities
MDN Reference
to
JSON
Link copied to clipboard
fun
toJSON
(
)
:
Any
MDN Reference