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

Public Member Functions

 PlayerUpdatedInfo (String internalPlayerUuid, String deviceId, long videoHeight, long videoWidth, long audioSampleRate, long audioChannels, long audioBitsPerSample)
 
 PlayerUpdatedInfo (String internalPlayerUuid, String deviceId)
 
void setInternalPlayerUuid (String internalPlayerUuid)
 
void setDeviceId (String deviceId)
 
void setVideoHeight (long videoHeight)
 
void setVideoWidth (long videoWidth)
 
void setAudioSampleRate (long audioSampleRate)
 
void setAudioChannels (long audioChannels)
 
void setAudioBitsPerSample (long audioBitsPerSample)
 
String getInternalPlayerUuid ()
 
String getDeviceId ()
 
String toString ()
 

Detailed Description

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