Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在android项目中使用jwplayer。现在要求规定播放器应该有“Fast-FORWARD”和“REWIND”按钮。
我查看了文档,但在 android sdk 中没有找到任何内容。
然后创建自定义控件并添加这两个按钮,并在所有必要条件检查的快进上,只需 5 或 10 秒寻找玩家 Player.seek(Player.position+10)并减去向后。
Player.seek(Player.position+10)