Agora Java API Reference for Android
|
#include <NGIAgoraVideoFrame.h>
Public Attributes | |
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 |
This structure defines underlying detailed video frame data of agora::rtc::IVideoFrame
OPTIONAL_ENUM_CLASS agora::rtc::VideoFrameData::Type |