Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackCaptureDefaults

Hierarchy

  • TrackCaptureDefaults

Index

Properties

Optional audioDeviceId

audioDeviceId: string

default device to use for microphone capture

Optional autoGainControl

autoGainControl: boolean

specifies whether automatic gain control is preferred, defaults to true

Optional channelCount

channelCount: number

the channel count or range of channel counts which are acceptable and/or required

Optional echoCancellation

echoCancellation: boolean

whether or not echo cancellation is preferred, defaults to true

Optional noiseSuppression

noiseSuppression: boolean

whether noise suppression is preferred, defaults to true

Optional videoDeviceId

videoDeviceId: string

default device to use for camera capture

Optional videoFacingMode

videoFacingMode: "user" | "environment" | "left" | "right"

set if a particular video facing mode is preferred

Optional videoResolution

videoResolution: VideoResolution

default video capture resolution

Generated using TypeDoc