Agora RTC Objective-C API Reference  Refactor
VideoFrameData Struct Reference

Inherited by VideoFrameDataV2.

Detailed Description

This structure defines underlying detailed video frame data of agora::rtc::IVideoFrame

Field Documentation

◆ Type

Initial value:
{
kRawPixels,
kTexture,
kCVPixelBuffer,
kPaddedRawPixels,
kTextureOES,
kTexture2D,
}

◆ type

Type type

◆ texture

TextureInfo texture

◆ pixels

◆ cvpixelbuffer

void* cvpixelbuffer

◆ @1

union { ... }

◆ width

int width

◆ height

int height

◆ rotation

int rotation

◆ color_space

ColorSpace color_space

◆ timestamp_ms

int64_t timestamp_ms