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
EditorActivity里面onThumbLineBarSeek方法里,mVideoEditor.seek(duration.toInt())会导致闪退,多台Android10设备都是; 复现步骤:到编辑界面,点文字或特效有ThumbLineBar的选项操作,来回滑动使其多次促发mRecyclerView.onScrolled
The text was updated successfully, but these errors were encountered:
感觉像是线程同步的问题,while循环太多了
Sorry, something went wrong.
后面会更新,但可能不会更新源码
我遇到了您用于视频编辑、过滤器等的库三位一体。 这真的很有趣而且很好。 我正在尝试学习和创建一个用于视频编辑和其他功能的示例应用程序。 sdk 似乎适用于 Android 10 及以下版本。对于 Android 11 及更高版本的设备,在更新其目标 sdk 并将 sdk 编译为 30 后,我遇到了权限问题。 我的问题是:这个 sdk 有支持 Android 11 的版本吗?如果没有,有没有办法解决权限问题? 期待很快可以收到你的来信
No branches or pull requests
EditorActivity里面onThumbLineBarSeek方法里,mVideoEditor.seek(duration.toInt())会导致闪退,多台Android10设备都是;
复现步骤:到编辑界面,点文字或特效有ThumbLineBar的选项操作,来回滑动使其多次促发mRecyclerView.onScrolled
The text was updated successfully, but these errors were encountered: