NERtcVideoWatermarkTimestampConfig constructor
NERtcVideoWatermarkTimestampConfig({})
Implementation
NERtcVideoWatermarkTimestampConfig({
required this.wmAlpha,
required this.wmWidth,
required this.wmHeight,
required this.offsetX,
required this.offsetY,
required this.wmColor,
required this.fontSize,
required this.fontColor,
required this.fontPath,
});