|
| 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 () |
|
Call back PlayerUpdatedInfo to the user, when some information of the media player is updated.