Agora Java API Reference for Android
Public Member Functions | List of all members
agora::rtc::IAudioFilterV2::Control Class Referenceabstract
Inheritance diagram for agora::rtc::IAudioFilterV2::Control:
agora::RefCountInterface

Public Member Functions

virtual int postEvent (const char *key, const char *value)=0
 Post an event and notify the end users. More...
 
virtual void printLog (commons::LOG_LEVEL level, const char *format,...)=0
 print log to the SDK. More...
 
- Public Member Functions inherited from agora::RefCountInterface
virtual void AddRef () const =0
 
virtual RefCountReleaseStatus Release () const =0
 
virtual bool HasOneRef () const =0
 

Member Function Documentation

◆ postEvent()

virtual int agora::rtc::IAudioFilterV2::Control::postEvent ( const char *  key,
const char *  value 
)
pure virtual

Post an event and notify the end users.

Parameters
key'\0' ended string that describes the key of the event
value'\0' ended string that describes the value of the event

◆ printLog()

virtual void agora::rtc::IAudioFilterV2::Control::printLog ( commons::LOG_LEVEL  level,
const char *  format,
  ... 
)
pure virtual

print log to the SDK.

Parameters
levelLog level agora::commons::LOG_LEVEL
formatlog formatter string
...variadic arguments