|
On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
|
Public Attributes |
|
| const char * | wm_litera |
| const char * | font_file_path |
| uint32_t | font_size |
| uint32_t | offset_x |
| uint32_t | offset_y |
| uint32_t | wm_width |
| uint32_t | wm_height |
The configuration of the text watermark.
| const char* agora::linuxsdk::LiteraWatermarkConfig::wm_litera |
The watermark text in the string format.
font_file_path parameter to
specify the path of the font file.
| const char* agora::linuxsdk::LiteraWatermarkConfig::font_file_path |
The path of the font file. If not specified, use the default font NotoSansMonoCJKsc-Regular.
| uint32_t agora::linuxsdk::LiteraWatermarkConfig::font_size |
The font size. The default value is 10, which equals to 10 x 15 points at 144 dpi.
| uint32_t agora::linuxsdk::LiteraWatermarkConfig::offset_x |
The horizontal shift (pixel) of the rectangle containing the watermark from the left border of the canvas. The default value is 0.
| uint32_t agora::linuxsdk::LiteraWatermarkConfig::offset_y |
The vertical shift (pixel) of the rectangle containing the watermark from the top border of the canvas. The default value is 0.
| uint32_t agora::linuxsdk::LiteraWatermarkConfig::wm_width |
The width (pixel) of the rectangle containing the watermark. The default value is 0.
| uint32_t agora::linuxsdk::LiteraWatermarkConfig::wm_height |
The height (pixel) of the rectangle containing the watermark. The default value is 0.