Media Device Info
data class MediaDeviceInfo(val deviceId: String, val kind: String, val label: String? = null, val groupId: String? = null)
Representation of a media input or output device.
Representation of a media input or output device.