|
NERtc Windows SDK
V4.4.301
|
#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.
| int nertc::NERtcRectangle::height |
The height of the area to be shared.
| int nertc::NERtcRectangle::width |
The width of the area to be shared.
| int nertc::NERtcRectangle::x |
The horizontal offset of the upper left corner.
| int nertc::NERtcRectangle::y |
The vertical offset of the upper left corner.