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

#include <NGIAgoraExtensionAiAec.h>

Inherits agora::RefCountInterface.

Public Member Functions

virtual ~AiEchoCancellationContollerExtension ()
 
virtual bool LoadWeightResource (std::shared_ptr< void > &weight, int &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 ()
 

Constructor & Destructor Documentation

◆ ~AiEchoCancellationContollerExtension()

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

Member Function Documentation

◆ LoadWeightResource()

virtual bool agora::rtc::AiEchoCancellationContollerExtension::LoadWeightResource ( std::shared_ptr< void > & weight,
int & size )
pure virtual