NERtcLocalRecordingLayoutConfig constructor

NERtcLocalRecordingLayoutConfig({
  1. int offsetX = 0,
  2. int offsetY = 0,
  3. int width = 0,
  4. int height = 0,
  5. NERtcVideoScalingModeEnum scalingMode = NERtcVideoScalingModeEnum.kNERtcVideoScaleFullFill,
  6. List<NERtcVideoWatermarkConfig>? watermarkList,
  7. bool isScreenShare = false,
  8. int bgColor = 0,
})

Implementation

NERtcLocalRecordingLayoutConfig({
  this.offsetX = 0,
  this.offsetY = 0,
  this.width = 0,
  this.height = 0,
  this.scalingMode = NERtcVideoScalingModeEnum.kNERtcVideoScaleFullFill,
  this.watermarkList,
  this.isScreenShare = false,
  this.bgColor = 0,
});