Skip to main content
Module

x/evt/lib/types/lib.dom.ts>MediaDeviceInfo

💧EventEmitter's typesafe replacement
Go to Latest
interface MediaDeviceInfo
import { type MediaDeviceInfo } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

The MediaDevicesInfo interface contains information that describes a single media input or output device.

Properties

readonly
deviceId: string
readonly
groupId: string
readonly
kind: MediaDeviceKind
readonly
label: string

Methods

toJSON(): any