public static interface IPlayer.OnLoadingStatusListener
限定符和类型 | 方法和说明 |
---|---|
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()