Skip to main content
Module

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

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

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