NERtcCameraCaptureConfig.manual constructor

NERtcCameraCaptureConfig.manual(
  1. int captureWidth,
  2. int captureHeight
)

Implementation

NERtcCameraCaptureConfig.manual(int captureWidth, int captureHeight)
  : this(NERtcCameraCapturePreference.kManual, captureWidth, captureHeight);