Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::VideoFrameDataV2 Struct Reference

#include <NGIAgoraVideoFrame.h>

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
 
agora::media::base::ColorSpace color_space
 
int64_t timestamp_ms
 

Member Data Documentation

◆ padded_pixels

PaddedRawPixelBuffer agora::rtc::VideoFrameDataV2::padded_pixels