NERtc Windows SDK  V4.4.301
Public 属性 | 所有成员列表
nertc::NERtcLiveStreamImageInfo结构体 参考

#include <nertc_engine_defines.h>

Public 属性

char url [kNERtcMaxURILength]
 
int x
 
int y
 
int width
 
int height
 

详细描述

Picture layout.

类成员变量说明

◆ height

int nertc::NERtcLiveStreamImageInfo::height

The height of the placeholder image in the canvas.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.

◆ url

char nertc::NERtcLiveStreamImageInfo::url[kNERtcMaxURILength]

The URL of the placeholder image.

◆ width

int nertc::NERtcLiveStreamImageInfo::width

The width of the placeholder image in the canvas.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.

◆ x

int nertc::NERtcLiveStreamImageInfo::x

The X parameter is used to set the horizontal coordinate value of the canvas.

You can specify a point in the canvas with X and Y coordinates. This point is used as the anchor of the upper left corner of the placeholder image.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.

◆ y

int nertc::NERtcLiveStreamImageInfo::y

The Y parameter is used to set the vertical coordinate value of the canvas.

You can specify a point in the canvas with X and Y coordinates. This point is used as the anchor of the upper left corner of the placeholder image.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.


该结构体的文档由以下文件生成: