Agora Java API Reference for Android
|
#include <NGIAgoraMediaNode.h>
Public Member Functions | |
virtual bool | onAudioFrame (const media::base::AudioPcmFrame &audioFrame)=0 |
![]() | |
virtual void | AddRef () const =0 |
virtual RefCountReleaseStatus | Release () const =0 |
virtual bool | HasOneRef () const =0 |
The IAudioSinkBase
class is the base class for the audio sink. You can use this class to implement your own sink and add the sink to an audio track.
|
pure virtual |