CameraCapturerConfiguration constructor
- CameraCaptureOutputPreference preference,
- CameraDirection cameraDirection,
- {int captureWidth,
- int captureHeight}
Constructs a CameraCapturerConfiguration
Implementation
CameraCapturerConfiguration(this.preference, this.cameraDirection,
{this.captureWidth, this.captureHeight});