AudioCaptureOptions
Options when capturing audio
Interface
autoGainControl
optional
specifies whether automatic gain control is preferred and/or required
specifies whether automatic gain control is preferred and/or required
Type
ConstrainBoolean
channelCount
optional
the channel count or range of channel counts which are acceptable and/or required
the channel count or range of channel counts which are acceptable and/or required
Type
ConstrainULong
deviceId
optional
A ConstrainDOMString object specifying a device ID or an array of device IDs which are acceptable and/or required.
A ConstrainDOMString object specifying a device ID or an array of device IDs which are acceptable and/or required.
Type
ConstrainDOMString
echoCancellation
optional
whether or not echo cancellation is preferred and/or required
whether or not echo cancellation is preferred and/or required
Type
ConstrainBoolean
latency
optional
the latency or range of latencies which are acceptable and/or required.
the latency or range of latencies which are acceptable and/or required.
Type
ConstrainDouble
noiseSuppression
optional
whether noise suppression is preferred and/or required.
whether noise suppression is preferred and/or required.
Type
ConstrainBoolean
sampleRate
optional
the sample rate or range of sample rates which are acceptable and/or required.
the sample rate or range of sample rates which are acceptable and/or required.
Type
ConstrainULong
sampleSize
optional
sample size or range of sample sizes which are acceptable and/or required.
sample size or range of sample sizes which are acceptable and/or required.
Type
ConstrainULong