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

#include <nertc_engine_defines.h>

Public 属性

int x
 
int y
 
int width
 
int height
 

详细描述

The position of the area to be shared with respect to the entire screen or window. If you leave the setting empty, the entire screen or window is shared.

类成员变量说明

◆ height

int nertc::NERtcRectangle::height

The height of the area to be shared.

◆ width

int nertc::NERtcRectangle::width

The width of the area to be shared.

◆ x

int nertc::NERtcRectangle::x

The horizontal offset of the upper left corner.

◆ y

int nertc::NERtcRectangle::y

The vertical offset of the upper left corner.


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