Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>MediaDeviceInfo

Deno Standard Extensions
Go to Latest
interface MediaDeviceInfo
import { type MediaDeviceInfo } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

The MediaDevicesInfo interface contains information that describes a single media input or output device. Available only in secure contexts.

Properties

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

Methods

toJSON(): any