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
版本 2.2.2 第一次调用 seekTo 能够如愿的停在视频第一帧,并且能收到 onSeekComplete 的回调
plVideoViewWeakRef.get().start(); delayExecute(() -> { plVideoViewWeakRef.get().pause(); plVideoViewWeakRef.get().seekTo(0); }, 200);
后续在 pause 状态调用的时候,就再也收不到 onSeekComplete 的回调
The text was updated successfully, but these errors were encountered:
这个问题我也出现了,视频时间戳定位,暂停后再播放seekTo的定位的时间,无法定位原位置
Sorry, something went wrong.
No branches or pull requests
版本 2.2.2
第一次调用 seekTo 能够如愿的停在视频第一帧,并且能收到 onSeekComplete 的回调
后续在 pause 状态调用的时候,就再也收不到 onSeekComplete 的回调
The text was updated successfully, but these errors were encountered: