Agora C++ API Reference for All Platforms
|
Public Member Functions | |
virtual void | onFrame (AudioPcmFrame *frame)=0 |
virtual | ~IAudioFrameObserver () |
|
inlinevirtual |
|
pure virtual |
Occurs when each time the player receives an audio frame.
After registering the audio frame observer, the callback occurs when each time the player receives an audio frame, reporting the detailed information of the audio frame.
frame | The detailed information of the audio frame. See AudioPcmFrame. |