|
On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
|
Public Attributes | |
| String | wmLitera = "" |
| String | fontFilePath = "" |
| int | fontSize = 10 |
| int | offsetX = 0 |
| int | offsetY = 0 |
| int | wmWidth = 0 |
| int | wmHeight = 0 |
The configuration of the text watermark.
| String io.agora.recording.common.Common.LiteraWatermarkConfig.wmLitera = "" |
The watermark text in the string format.
font_file_path parameter to specify the path of the font file. | String io.agora.recording.common.Common.LiteraWatermarkConfig.fontFilePath = "" |
The path of the font file. If not specified, use the default font NotoSansMonoCJKsc-Regular.
| int io.agora.recording.common.Common.LiteraWatermarkConfig.fontSize = 10 |
The font size. The default value is 10, which equals to 10 x 15 points at 144 dpi.
| int io.agora.recording.common.Common.LiteraWatermarkConfig.offsetX = 0 |
The horizontal shift (pixel) of the rectangle containing the watermark from the left border of the canvas. The default value is 0.
| int io.agora.recording.common.Common.LiteraWatermarkConfig.offsetY = 0 |
The vertical shift (pixel) of the rectangle containing the watermark from the top border of the canvas. The default value is 0.
| int io.agora.recording.common.Common.LiteraWatermarkConfig.wmWidth = 0 |
The width (pixel) of the rectangle containing the watermark. The default value is 0.
| int io.agora.recording.common.Common.LiteraWatermarkConfig.wmHeight = 0 |
The height (pixel) of the rectangle containing the watermark. The default value is 0.