onPlayerCacheStats
Callback reporting statistics of cached media files.
void onPlayerCacheStats(CacheStatistics stats)
After calling openWithMediaSource and setting enableCache to true, the SDK triggers this callback every second.
Trigger Timing
This callback is triggered every second after calling openWithMediaSource and setting enableCache to true.
Parameters
- stats
- Statistics of cached media files. See CacheStatistics.