|
Agora C++ API Reference for All Platforms
|
Inherits agora::rtc::IVideoEncodedImageSender.
Public Member Functions | |
| virtual | ~IVideoEncodedImageSenderEx () |
| virtual void | RegisterEncodedImageCallback (IVideoEncodedImageCallback *dataCallback, VIDEO_STREAM_TYPE stream_type)=0 |
| virtual void | DeRegisterEncodedImageCallback (IVideoEncodedImageCallback *dataCallback, VIDEO_STREAM_TYPE stream_type)=0 |
| virtual void | AttachStatSpace (uint64_t stats_space)=0 |
| virtual void | DetachStatSpace (uint64_t stats_space)=0 |
| virtual int | getWidth () const =0 |
| virtual int | getHeight () const =0 |
Public Member Functions inherited from agora::rtc::IVideoEncodedImageSender | |
| virtual bool | sendEncodedVideoImage (const uint8_t *imageBuffer, size_t length, const EncodedVideoFrameInfo &videoEncodedFrameInfo)=0 |
Public Member Functions inherited from agora::RefCountInterface | |
| virtual void | AddRef () const =0 |
| virtual RefCountReleaseStatus | Release () const =0 |
| virtual bool | HasOneRef () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from agora::rtc::IVideoEncodedImageSender | |
| ~IVideoEncodedImageSender () | |
Protected Member Functions inherited from agora::RefCountInterface | |
| virtual | ~RefCountInterface () |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.18