public static interface IPlayer.OnLoadingStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onLoadingBegin()
Start loading.
|
void |
onLoadingEnd()
Loading is complete.
|
void |
onLoadingProgress(int percent,
float netSpeed)
Loading progress.
|
void onLoadingBegin()
void onLoadingProgress(int percent,
float netSpeed)
percent - The loading progress in percentage. Valid values: [0,100].netSpeed - The current bandwidth. Unit: kbit/s.void onLoadingEnd()