onPlayerPlaybackStats

The statistics of the media file being played.

virtual void onPlayerPlaybackStats(const media::base::PlayerPlaybackStats& stats) {
    (void)stats;
  }

Details

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.