NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
char | url [kNERtcMaxURILength] |
int | x |
int | y |
int | width |
int | height |
Picture layout.
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.
char nertc::NERtcLiveStreamImageInfo::url[kNERtcMaxURILength] |
The URL of the placeholder image.
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.
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.
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.