#include <AgoraExtensions.h>
Inherits agora::RefCountInterface.
◆ 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
-