Agora C++ API Reference for All Platforms
Public Attributes | List of all members
agora::rtc::RawPixelBuffer Struct Reference

Public Attributes

OPTIONAL_ENUM_CLASS Format
 
Format format
 
uint8_t * data
 
int size
 

Detailed Description

This structure defines the raw video frame data in memory

Member Data Documentation

◆ Format

OPTIONAL_ENUM_CLASS agora::rtc::RawPixelBuffer::Format
Initial value:
{
kUnknown,
kI420,
kI422,
kNV21,
kNV12,
kRGBA,
kARGB,
kBGRA
}

◆ format

Format agora::rtc::RawPixelBuffer::format

◆ data

uint8_t* agora::rtc::RawPixelBuffer::data

◆ size

int agora::rtc::RawPixelBuffer::size