Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.mediaplayer.data.PlayerUpdatedInfo Class Reference

Public Member Functions

 PlayerUpdatedInfo (String playerId, String deviceId, CacheStatistics cacheStatistics)
 
void setPlayerId (String playerId)
 
void setDeviceId (String deviceId)
 
String getPlayerId ()
 
String getDeviceId ()
 
CacheStatistics getCacheStatistics ()
 
void setCacheStatistics (CacheStatistics cacheStatistics)
 
String toString ()
 

Public Attributes

CacheStatistics cacheStatistics
 

Detailed Description

Call back PlayerUpdatedInfo to the user, when some information of the media player is updated.