|
Agora C++ API Reference for All Platforms
|
#include <NGIAgoraVideoFrame.h>
Public Attributes | |
| OPTIONAL_ENUM_CLASS | TextureType |
| OPTIONAL_ENUM_CLASS | EglContextType |
| TextureType | texture_type |
| EglContextType | context_type |
| void * | shared_context |
| int | texture_id |
| int64_t | fence_object |
| int | frame_buffer_id |
| float | transform_matrix [16] |
| RawPixelBuffer::Format | raw_data_format |
| uint8_t * | raw_data |
| int64_t | raw_data_size |
| int | raw_data_stride |
This structure defines the video frame of texture type on Android
| OPTIONAL_ENUM_CLASS agora::rtc::TextureInfo::TextureType |
| OPTIONAL_ENUM_CLASS agora::rtc::TextureInfo::EglContextType |
| TextureType agora::rtc::TextureInfo::texture_type |
| EglContextType agora::rtc::TextureInfo::context_type |
| void* agora::rtc::TextureInfo::shared_context |
| int agora::rtc::TextureInfo::texture_id |
| int64_t agora::rtc::TextureInfo::fence_object |
| int agora::rtc::TextureInfo::frame_buffer_id |
| float agora::rtc::TextureInfo::transform_matrix[16] |
| RawPixelBuffer::Format agora::rtc::TextureInfo::raw_data_format |
| uint8_t* agora::rtc::TextureInfo::raw_data |
| int64_t agora::rtc::TextureInfo::raw_data_size |
| int agora::rtc::TextureInfo::raw_data_stride |