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;
}

Properties

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