Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::ContentInspectExtension Class Referenceabstract

#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 ()
 

Constructor & Destructor Documentation

◆ ~ContentInspectExtension()

virtual agora::rtc::ContentInspectExtension::~ContentInspectExtension ( )
inlinevirtual

Member Function Documentation

◆ Init()

virtual bool agora::rtc::ContentInspectExtension::Init ( )
pure virtual

◆ Process()

virtual bool agora::rtc::ContentInspectExtension::Process ( media::base::VideoFrame & image,
float score[3] )
pure virtual