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

Inherits agora::RefCountInterface.

Public Attributes

std::string image
 
VIDEO_FRAME_TYPE frameType
 
int width
 
int height
 
int framesPerSecond
 
VIDEO_ORIENTATION rotation
 
VIDEO_CODEC_TYPE codec
 
VIDEO_STREAM_TYPE streamType
 

Additional Inherited Members

- Public Member Functions inherited from agora::RefCountInterface
virtual void AddRef () const =0
 
virtual RefCountReleaseStatus Release () const =0
 
virtual bool HasOneRef () const =0
 
- Protected Member Functions inherited from agora::RefCountInterface
virtual ~RefCountInterface ()
 

Member Data Documentation

◆ image

std::string agora::rtc::VideoEncodedImageData::image

◆ frameType

VIDEO_FRAME_TYPE agora::rtc::VideoEncodedImageData::frameType

◆ width

int agora::rtc::VideoEncodedImageData::width

◆ height

int agora::rtc::VideoEncodedImageData::height

◆ framesPerSecond

int agora::rtc::VideoEncodedImageData::framesPerSecond

◆ rotation

VIDEO_ORIENTATION agora::rtc::VideoEncodedImageData::rotation

◆ codec

VIDEO_CODEC_TYPE agora::rtc::VideoEncodedImageData::codec

◆ streamType

VIDEO_STREAM_TYPE agora::rtc::VideoEncodedImageData::streamType