onPlayerPlaybackStats
The statistics of the media file being played.
virtual void onPlayerPlaybackStats(const media::base::PlayerPlaybackStats& stats) {
(void)stats;
}
Details
- Since
- v4.3.0
The SDK triggers this callback once per second to report the statistics of the media file being played.
Parameters
- stats
- The statistics of the media file. See PlayerPlaybackStats.