PlayerUpdatedInfo

Information related to the media player.

struct PlayerUpdatedInfo {
  Optional<const char*> playerId;
  Optional<const char*> deviceId;
  Optional<CacheStatistics> cacheStatistics;
};

playerId
The ID of a media player.
deviceId
The ID of a deivce.
CacheStatistics

The statistics about the media file being cached.

If you call the openWithMediaSource method and set enableCache as true, the statistics about the media file being cached is updated every second after the media file is played. See CacheStatistics.