Agora RTC Objective-C API Reference  Refactor
TextureInfo Struct Reference

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.

Field Documentation

◆ TextureType

OPTIONAL_ENUM_CLASS TextureType
Initial value:
{
kGlTextureOes,
kGlTexture2D,
}

◆ EglContextType

OPTIONAL_ENUM_CLASS EglContextType
Initial value:
{
kEglContext10,
kEglContext14,
}

◆ texture_type

TextureType texture_type

◆ context_type

EglContextType context_type

◆ shared_context

void* shared_context

◆ texture_id

int texture_id

◆ transform_matrix

float transform_matrix[16]