Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::TextureInfo Struct Reference

#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
 
float transform_matrix [16]
 

Detailed Description

This structure defines the video frame of texture type on Android

Note
For technical preview, not supported for the moment. Use RawPixelBuffer instead.

Member Data Documentation

◆ TextureType

OPTIONAL_ENUM_CLASS agora::rtc::TextureInfo::TextureType
Initial value:
{
kGlTextureOes,
kGlTexture2D,
}

◆ EglContextType

OPTIONAL_ENUM_CLASS agora::rtc::TextureInfo::EglContextType
Initial value:
{
kEglContext10,
kEglContext14,
}