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

#include <nertc_engine_defines.h>

Public 成员函数

 NERtcRectangle (int xx, int yy, int ww, int hh)
 

Public 属性

int x
 
int y
 
int width
 
int height
 

详细描述

待共享区域相对于整个屏幕或窗口的位置,如不填,则表示共享整个屏幕或窗口。

类成员变量说明

◆ height

int nertc::NERtcRectangle::height

待共享区域的高。

◆ width

int nertc::NERtcRectangle::width

待共享区域的宽。

◆ x

int nertc::NERtcRectangle::x

左上角的横向偏移。

◆ y

int nertc::NERtcRectangle::y

左上角的纵向偏移。


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