|
Agora C++ API Reference for All Platforms
|
#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 | |
| PaddedRawPixelBuffer agora::rtc::VideoFrameDataV2::padded_pixels |