NERtc Windows SDK
Public Attributes | List of all members
nertc::NERtcLiveStreamImageInfo Struct Reference

#include <nertc_engine_defines.h>

Public Attributes

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

Detailed Description

图片布局

Member Data Documentation

int nertc::NERtcLiveStreamImageInfo::height

该占位图片在画布中的高度。

取值范围为 0~1920,若设置为奇数值,会自动向下取偶。

char nertc::NERtcLiveStreamImageInfo::url[kNERtcMaxURILength]

占位图片的URL。

int nertc::NERtcLiveStreamImageInfo::width

该占位图片在画布中的宽度。

取值范围为 0~1920,若设置为奇数值,会自动向下取偶。

int nertc::NERtcLiveStreamImageInfo::x

x 参数用于设置画布的横轴坐标值。

通过 x 和 y 指定画布坐标中的一个点,该点将作为占位图片的左上角。

取值范围为 0~1920,若设置为奇数值,会自动向下取偶。

int nertc::NERtcLiveStreamImageInfo::y

y 参数用于设置画布的纵轴坐标值。

通过 x 和 y 指定画布坐标中的一个点,该点将作为占位图片的左上角。

取值范围为 0~1920,若设置为奇数值,会自动向下取偶。


The documentation for this struct was generated from the following file: