#include <IAgoraRtcEngine.h>
- Note
- The default image is in the ARGB format. If you need to use another format, you need to convert the image on your own.
◆ ThumbImageBuffer()
| agora::rtc::ThumbImageBuffer::ThumbImageBuffer |
( |
| ) |
|
|
inline |
◆ buffer
| const char* agora::rtc::ThumbImageBuffer::buffer |
The buffer of the thumbnail or icon.
◆ length
| unsigned int agora::rtc::ThumbImageBuffer::length |
The buffer length of the thumbnail or icon, in bytes.
◆ width
| unsigned int agora::rtc::ThumbImageBuffer::width |
The actual width (px) of the thumbnail or icon.
◆ height
| unsigned int agora::rtc::ThumbImageBuffer::height |
The actual height (px) of the thumbnail or icon.