Agora C++ API Reference for All Platforms
Public Attributes | List of all members
agora::rtc::VideoFrameDataV2 Struct Reference

Inherits agora::rtc::VideoFrameData.

Public Attributes

PaddedRawPixelBuffer padded_pixels
 
- Public Attributes inherited from agora::rtc::VideoFrameData
OPTIONAL_ENUM_CLASS Type
 
Type type
 
union {
   TextureInfo   texture
 
   RawPixelBuffer   pixels
 
   void *   cvpixelbuffer
 
}; 
 
int width
 
int height
 
int rotation
 
ColorSpace color_space
 
int64_t timestamp_ms
 

Member Data Documentation

◆ padded_pixels

PaddedRawPixelBuffer agora::rtc::VideoFrameDataV2::padded_pixels