NERtcVideoConfig constructor

NERtcVideoConfig(
  1. int videoProfile,
  2. int videoCropMode,
  3. bool frontCamera,
  4. int frameRate,
  5. int minFrameRate,
  6. int minBitrate,
  7. int bitrate,
  8. int degradationPrefer,
  9. int width,
  10. int height,
  11. int cameraType,
  12. int mirrorMode,
  13. int orientationMode,
)

Implementation

NERtcVideoConfig(
    this.videoProfile,
    this.videoCropMode,
    this.frontCamera,
    this.frameRate,
    this.minFrameRate,
    this.minBitrate,
    this.bitrate,
    this.degradationPrefer,
    this.width,
    this.height,
    this.cameraType,
    this.mirrorMode,
    this.orientationMode);