|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| int | fontSize |
| const char * | fontFilePath |
| int | strokeWidth |
| const char * | format |
|
inline |
| int fontSize |
The font size of the timestamp. The default value is 10.
| const char* 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 strokeWidth |
The stroke width of the timestamp. The default value is 1.
| const char* 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