Agora C++ API Reference for All Platforms
|
Public Member Functions | |
ThumbImageBuffer () | |
Public Attributes | |
const char * | buffer |
unsigned int | length |
unsigned int | width |
unsigned int | height |
The image content of the thumbnail or icon.
|
inline |
const char* agora::rtc::ThumbImageBuffer::buffer |
The buffer of the thumbnail ot icon.
unsigned int agora::rtc::ThumbImageBuffer::length |
The buffer length of the thumbnail or icon, in bytes.
unsigned int agora::rtc::ThumbImageBuffer::width |
The actual width (px) of the thumbnail or icon.
unsigned int agora::rtc::ThumbImageBuffer::height |
The actual height (px) of the thumbnail or icon.