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

x/ogone/src/ogone.dom.d.ts>MediaDeviceInfo

Advanced Web Composition for Future
Latest
interface MediaDeviceInfo
import { type MediaDeviceInfo } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

The MediaDevicesInfo export 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