NERtcLocalRecordingLayoutConfig constructor
NERtcLocalRecordingLayoutConfig({
- int offsetX = 0,
- int offsetY = 0,
- int width = 0,
- int height = 0,
- NERtcVideoScalingModeEnum scalingMode = NERtcVideoScalingModeEnum.kNERtcVideoScaleFullFill,
- List<
NERtcVideoWatermarkConfig> ? watermarkList, - 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,
});