|
Agora C++ API Reference for All Platforms
|
Inherits agora::RefCountInterface.
Classes | |
| class | Control |
Public Member Functions | |
| virtual | ~IAgoraVideoQualityAnalyzer ()=default |
| virtual int | initializeVQA (const agora_refptr< Control > &control)=0 |
| virtual int | pushYuvData (agora::agora_refptr< rtc::IVideoFrame > frame, int fps, int64_t ts)=0 |
| virtual int | getVqaResult (float &mos, float *regression_feature, size_t feature_size)=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 () |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.18