MediaDeviceInfo

JS
1.1
abstract class MediaDeviceInfo
(source)

Exposes the JavaScript MediaDeviceInfo to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript MediaDeviceInfo to Kotlin

MediaDeviceInfo()

Properties

JS
1.1

deviceId

open val deviceId: String
JS
1.1

groupId

open val groupId: String
JS
1.1

kind

open val kind: MediaDeviceKind
JS
1.1

label

open val label: String

Functions

JS
1.1

toJSON

fun toJSON(): dynamic

Inheritors

JS
1.1

InputDeviceInfo

abstract class InputDeviceInfo : MediaDeviceInfo