getPlaybackStatistics abstract method
Get playback statistics.
Available since: 3.12.0 Description: Get current playback statistics to monitor whether decoding and rendering anomalies occur in the player. Use cases: Typically used in cloud-based media player scenarios. When to call: Invoke after the loadResource callback succeeds.
Implementation
Future<ZegoMediaPlayerStatisticsInfo> getPlaybackStatistics();