|
Agora C++ API Reference for All Platforms
|
#include <IAgoraFileUploader.h>
Inherits agora::RefCountInterface.
Public Member Functions | |
| virtual | ~IFileUploaderService () |
| virtual int | startImageUpload (const ImagePayloadData *imgData, aosl_ref_t ares=AOSL_REF_INVALID)=0 |
| virtual int | stopImageUpload (aosl_ref_t ares=AOSL_REF_INVALID)=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::RefCountInterface | |
| virtual | ~RefCountInterface () |
The IFileUploadService class, which enables upload file service.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |