NERtc Windows SDK  V5.5.40
Public 属性 | 所有成员列表
nertc::NERtcThumbImageBuffer结构体 参考

#include <nertc_engine_defines.h>

Public 属性

const char * buffer
 
unsigned int length
 
unsigned int width
 
unsigned int height
 

详细描述

The image content of the thumbnail or icon.

自从
v5.4.10
注解
The default image is in the RGBA format. If you need to use another format, you need to convert the image on your own.

类成员变量说明

◆ buffer

const char* nertc::NERtcThumbImageBuffer::buffer

The buffer of the thumbnail or icon.

◆ height

unsigned int nertc::NERtcThumbImageBuffer::height

The actual height (px) of the thumbnail or icon.

◆ length

unsigned int nertc::NERtcThumbImageBuffer::length

The buffer length (bytes) of the thumbnail or icon.

◆ width

unsigned int nertc::NERtcThumbImageBuffer::width

The actual width (px) of the thumbnail or icon.


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