Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Mediaplayer,有一个回调方法:
public void onBufferingUpdate(MediaPlayer mp, int percent)
是否有与 ExoPlayer 等效的接口?
Exoplayer公开了一种方法-public int getBufferedPercentage();
您可以安排一些事情来检查缓冲百分比是否已更改并采取相应措施。
bufferbar.setProgress(exoPlayer.getBufferedPercentage());