NERtcCameraCaptureConfig.manual constructor

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

Implementation

NERtcCameraCaptureConfig.manual(int captureWidth, int captureHeight)
    : this(NERtcCaptureExtraRotation.kNERtcCaptureExtraRotationDefault,
          captureWidth, captureHeight);