NERtcVideoWatermarkTextConfig constructor
NERtcVideoWatermarkTextConfig({})
Implementation
NERtcVideoWatermarkTextConfig(
{this.wmAlpha = 1.0,
this.wmWidth = 0,
this.wmHeight = 0,
this.offsetX = 0,
this.offsetY = 0,
this.fontNameOrPath = '',
this.fontColor = 0xFFFFFFFF,
this.fontSize = 15,
this.wmColor = 0x88888888,
required this.content});