首页 > 解决方案 > 带有 PreviewSeekBar 的 Exoplayer

问题描述

我无法弄清楚如何正确使用 PreviewSeekBar 和 exoplayer。链接模块:https ://github.com/rubensousa/PreviewSeekBar

有人可以帮助我了解我必须采取哪些正确步骤才能使它们正常工作?

在 build.gradle 文件中我添加了:

dependencies {
     implementation 'com.github.rubensousa: previewseekbar: 1.2'
     implementation 'com.github.rubensousa: previewseekbar-exoplayer: 2.6.0'
}

但是我还必须添加那些我已经包含在模块中的exoplayer?

先感谢您。

标签: javaandroidandroid-layoutuser-interfaceexoplayer

解决方案


推荐阅读