All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.media.devices.MediaDeviceInfo.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.media.devices

sealed external class MediaDeviceInfo {
    val deviceId: String
    val groupId: String
    val kind: MediaDeviceKind
    val label: String
    fun toJSON(): Any
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy