Skip to main content
Module

x/evt/mod.ts>dom.MediaDeviceInfo

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.MediaDeviceInfo
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.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