Voice SDK v3.7.1 API Reference for Unity
Public Attributes | List of all members
agora_gaming_rtc.ThumbImageBuffer Struct Reference

Public Attributes

IntPtr  buffer
 
uint  length
 
uint  width
 
uint  height
 

Detailed Description

The image content of the thumbnail or icon.

Since
v3.5.2
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.

Member Data Documentation

◆ buffer

IntPtr agora_gaming_rtc.ThumbImageBuffer.buffer

The buffer of the thumbnail or icon.

◆ height

uint agora_gaming_rtc.ThumbImageBuffer.height

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

◆ length

uint agora_gaming_rtc.ThumbImageBuffer.length

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

◆ width

uint agora_gaming_rtc.ThumbImageBuffer.width

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


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