Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraCapturerConfiguration

Camera capturer configuration.

Hierarchy

  • CameraCapturerConfiguration

Index

Properties

captureHeight

captureHeight: number

The height (px) of the video image captured by the local camera. To customize the height of the video image, set preference as CAPTURER_OUTPUT_PREFERENCE_MANUAL(3) first, and then use captureHeight.

since

v3.3.1

captureWidth

captureWidth: number

The width (px) of the video image captured by the local camera. To customize the width of the video image, set preference as CAPTURER_OUTPUT_PREFERENCE_MANUAL(3) first, and then use captureWidth.

since

v3.3.1

preference

preference: CaptureOutPreference

The output preference of camera capturer.