Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface MediaTrackSettings
import { type MediaTrackSettings } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

Properties

optional
aspectRatio: number
optional
autoGainControl: boolean
optional
deviceId: string
optional
echoCancellation: boolean
optional
facingMode: string
optional
frameRate: number
optional
groupId: string
optional
height: number
optional
noiseSuppression: boolean
optional
restrictOwnAudio: boolean
optional
sampleRate: number
optional
sampleSize: number
optional
width: number