|
Agora Java API Reference for Android
|
The definition of the WatermarkTimestamp struct. More...
#include <AgoraBase.h>
Public Attributes | |
| int | fontSize |
| const char * | fontFilePath |
| int | strokeWidth |
| const char * | format |
The definition of the WatermarkTimestamp struct.
| int agora::rtc::WatermarkTimestamp::fontSize |
The font size of the timestamp. The default value is 10.
| const char* agora::rtc::WatermarkTimestamp::fontFilePath |
The path of the font file for the timestamp. 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.
| int agora::rtc::WatermarkTimestamp::strokeWidth |
The stroke width of the timestamp. The default value is 1.
| const char* agora::rtc::WatermarkTimestamp::format |
The format of the timestamp. The default is 'F X'. The format follows the standard C library function strftime. You can find in the website: https://cplusplus.com/reference/ctime/strftime/?kw=strftime
1.8.18