#include <NGIAgoraVideoFrame.h>
|
OPTIONAL_ENUM_CLASS | TextureType |
|
OPTIONAL_ENUM_CLASS | EglContextType |
|
TextureType | texture_type |
|
EglContextType | context_type |
|
void * | shared_context |
|
int | texture_id |
|
float | transform_matrix [16] |
|
This structure defines the video frame of texture type on Android
- Note
- For technical preview, not supported for the moment. Use RawPixelBuffer instead.
◆ TextureType
OPTIONAL_ENUM_CLASS agora::rtc::TextureInfo::TextureType |
Initial value:{
kGlTexture2D,
kGlTextureOes,
}
◆ EglContextType
OPTIONAL_ENUM_CLASS agora::rtc::TextureInfo::EglContextType |
Initial value:{
kEglContext10,
kEglContext14,
}