We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前具体播放到第几分地几秒
The text was updated successfully, but these errors were encountered:
目前没有开发此接口回调
Sorry, something went wrong.
好的谢谢,看来只能自己弄个计时器了
版本2.1.91 方法
addUpdateProgressListener(new AnimUtils.UpdateProgressListener() { @Override public void updateProgress(long position, long bufferedPosition, long duration) { Log.d(TAG,"position:"+position); Log.d(TAG,"bufferedPosition:"+position); Log.d(TAG,"duration:"+duration); } })
可以参考demo
好的,非常感谢!
No branches or pull requests
当前具体播放到第几分地几秒
The text was updated successfully, but these errors were encountered: