|
Agora C++ API Reference for All Platforms
|
#include <content_inspect_device_i.h>
Inherits agora::RefCountInterface.
Public Member Functions | |
| virtual | ~ContentInspectExtension () |
| virtual bool | Init ()=0 |
| virtual bool | Process (media::base::VideoFrame &image, float score[3])=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 () |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |