PlayerUpdatedInfo
Information related to the media player.
public class PlayerUpdatedInfo { public String playerId; public String deviceId; public CacheStatistics cacheStatistics; }
Attributes
- 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.