在方法onCurrentPostionUpdate(finanl int currentPosition){
if(pluginManager==null){
return;
getbaseActivity().runOnUiThread(
pluginManager.onCurr
mPlayerListener.onCurrentPosition
更新界面
本文介绍了一种在播放器中更新当前位置的方法。当播放器的位置发生变化时,通过监听并更新UI来确保用户界面上显示的位置始终是最新的。如果插件管理器未初始化,则此过程将被忽略。
在方法onCurrentPostionUpdate(finanl int currentPosition){
if(pluginManager==null){
return;
getbaseActivity().runOnUiThread(
pluginManager.onCurr
mPlayerListener.onCurrentPosition
更新界面

被折叠的 条评论
为什么被折叠?
