NERtcVideoWatermarkTimestampConfig constructor
NERtcVideoWatermarkTimestampConfig(- {double? wmAlpha = 1.0,
- int? wmWidth = 0,
- int? wmHeight = 0,
- int? offsetX = 0,
- int? offsetY = 0,
- String? fontNameOrPath = '',
- int? fontColor = 0xFFFFFFFF,
- int? fontSize = 15,
- int? wmColor = 0x88888888}
)
Implementation
NERtcVideoWatermarkTimestampConfig(
{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});