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