Agora C++ API Reference for All Platforms
|
Public Member Functions | |
virtual bool | onEncodedAudioFrameReceived (const uint8_t *packet, size_t length, const media::base::AudioEncodedFrameInfo &info)=0 |
virtual | ~IAudioEncodedFrameReceiver () |
|
inlinevirtual |
|
pure virtual |
Occurs when the track receives an audio encodeed frame packet.
packet | The pointer to the audio packet. |
length | The length of the packet. |
info | The packet info. |