onFrame
Occurs each time the player receives an audio frame.
virtual void onFrame(agora::media::base::AudioPcmFrame* frame) = 0;
After registering the audio frame observer, the callback occurs every time the player receives an audio frame, reporting the detailed information of the audio frame.
Parameters
- frame
- The audio frame information. . See AudioPcmFrame.