|
Agora Java API Reference for Android
|
The definition of the WatermarkLiteral struct. More...
#include <AgoraBase.h>
Public Attributes | |
| int | fontSize |
| int | strokeWidth |
| const char * | wmLiteral |
| const char * | fontFilePath |
The definition of the WatermarkLiteral struct.
| int agora::rtc::WatermarkLiteral::fontSize |
The font size of the literal. The default value is 10.
| int agora::rtc::WatermarkLiteral::strokeWidth |
The stroke width of the literal. The default value is 1.
| const char* agora::rtc::WatermarkLiteral::wmLiteral |
The literal content of the watermark. The default value is NULL.
| const char* agora::rtc::WatermarkLiteral::fontFilePath |
The path of the font file for the literal. The default value is NULL. The font file should be a .ttf file. If not set, the SDK uses the system default font if available.
1.8.18