On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
Public Attributes | List of all members
agora::linuxsdk::TimestampWatermarkConfig Struct Reference

Public Attributes

uint32_t  font_size
 
uint32_t  offset_x
 
uint32_t  offset_y
 
uint32_t  wm_width
 
uint32_t  wm_height
 

Detailed Description

The configuration of the timestamp watermark.

The dynamic timestamp shows the current time of the recording server, such as "2019:06:18 14:30:35".

Member Data Documentation

◆ font_size

uint32_t agora::linuxsdk::TimestampWatermarkConfig::font_size

The font size. The default value is 10, which equals to 10 x 15 points at 144 dpi.

◆ offset_x

uint32_t agora::linuxsdk::TimestampWatermarkConfig::offset_x

The horizontal shift (pixel) of the rectangle containing the watermark from the left border of the canvas. The default value is 0.

◆ offset_y

uint32_t agora::linuxsdk::TimestampWatermarkConfig::offset_y

The vertical shift (pixel) of the rectangle containing the watermark from the top border of the canvas. The default value is 0.

◆ wm_width

uint32_t agora::linuxsdk::TimestampWatermarkConfig::wm_width

The width (pixel) of the rectangle containing the watermark. The default value is 0.

◆ wm_height

uint32_t agora::linuxsdk::TimestampWatermarkConfig::wm_height

The height (pixel) of the rectangle containing the watermark. The default value is 0.