Interface MediaTrackCapabilities
interface MediaTrackCapabilities {
aspectRatio?: DoubleRange;
autoGainControl?: boolean[];
channelCount?: ULongRange;
deviceId?: string;
displaySurface?: string;
echoCancellation?: boolean[];
facingMode?: string[];
frameRate?: DoubleRange;
groupId?: string;
height?: ULongRange;
noiseSuppression?: boolean[];
sampleRate?: ULongRange;
sampleSize?: ULongRange;
width?: ULongRange;
}
aspectRatio?: DoubleRange;
autoGainControl?: boolean[];
channelCount?: ULongRange;
deviceId?: string;
displaySurface?: string;
echoCancellation?: boolean[];
facingMode?: string[];
frameRate?: DoubleRange;
groupId?: string;
height?: ULongRange;
noiseSuppression?: boolean[];
sampleRate?: ULongRange;
sampleSize?: ULongRange;
width?: ULongRange;
}
Properties
Optional
aspectRatio
Optional
autoGainControl
autoGainControl ?: boolean[]
Optional
channelCount
Optional
deviceId
deviceId ?: string
Optional
displaySurface
displaySurface ?: string
Optional
echoCancellation
echoCancellation ?: boolean[]
Optional
facingMode
facingMode ?: string[]
Optional
frameRate
Optional
groupId
groupId ?: string
Optional
height
Optional
noiseSuppression
noiseSuppression ?: boolean[]