Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MediaTrackSupportedConstraints

interface MediaTrackSupportedConstraints {
aspectRatio?: boolean;
autoGainControl?: boolean;
deviceId?: boolean;
echoCancellation?: boolean;
facingMode?: boolean;
frameRate?: boolean;
groupId?: boolean;
height?: boolean;
noiseSuppression?: boolean;
sampleRate?: boolean;
sampleSize?: boolean;
suppressLocalAudioPlayback?: boolean;
width?: boolean;
}

§Properties

§
aspectRatio?: boolean
[src]
§
autoGainControl?: boolean
[src]
§
deviceId?: boolean
[src]
§
echoCancellation?: boolean
[src]
§
facingMode?: boolean
[src]
§
frameRate?: boolean
[src]
§
groupId?: boolean
[src]
§
height?: boolean
[src]
§
noiseSuppression?: boolean
[src]
§
sampleRate?: boolean
[src]
§
sampleSize?: boolean
[src]
§
suppressLocalAudioPlayback?: boolean
[src]
§
width?: boolean
[src]