|
Agora C++ API Reference for All Platforms
|
Inherits agora::RefCountInterface.
Classes | |
| class | Control |
Public Types | |
| enum | ProcessResult { kSuccess, kBypass, kDrop } |
Public Member Functions | |
| virtual int | start (agora::agora_refptr< Control > control)=0 |
| virtual int | stop ()=0 |
| virtual int | setProperty (const char *key, const void *buf, size_t buf_size) |
| virtual ProcessResult | convertAudioFrameToFaceInfo (const agora::media::base::AudioPcmFrame &inAudioFrame, char *outFaceInfo) |
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 () |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
|
inlinevirtual |
Convert the audio frame to face info.
| inAudioFrame | The reference to the audio frame that you want to convert. |
| outFaceInfo | The reference to the face info. |
1.8.18