Interface MediaTrackSettings
interface MediaTrackSettings {
aspectRatio?: number;
autoGainControl?: boolean;
backgroundBlur?: boolean;
channelCount?: number;
deviceId?: string;
displaySurface?: string;
echoCancellation?: boolean;
facingMode?: string;
frameRate?: number;
groupId?: string;
height?: number;
noiseSuppression?: boolean;
sampleRate?: number;
sampleSize?: number;
width?: number;
}
aspectRatio?: number;
autoGainControl?: boolean;
backgroundBlur?: boolean;
channelCount?: number;
deviceId?: string;
displaySurface?: string;
echoCancellation?: boolean;
facingMode?: string;
frameRate?: number;
groupId?: string;
height?: number;
noiseSuppression?: boolean;
sampleRate?: number;
sampleSize?: number;
width?: number;
}
Properties
Optional
aspectRatio
aspectRatio?: number
Optional
autoGainControl
autoGainControl?: boolean
Optional
backgroundBlur
backgroundBlur?: boolean
Optional
channelCount
channelCount?: number
Optional
deviceId
deviceId?: string
Optional
displaySurface
displaySurface?: string
Optional
echoCancellation
echoCancellation?: boolean
Optional
facingMode
facingMode?: string
Optional
frameRate
frameRate?: number
Optional
groupId
groupId?: string
Optional
height
height?: number
Optional
noiseSuppression
noiseSuppression?: boolean
Optional
sampleRate
sampleRate?: number
Optional
sampleSize
sampleSize?: number
Optional
width
width?: number