覆盖 android MediaController 的按钮
我所处的情况是,当用户按下媒体控制器的向前搜索按钮时,我必须转到下一首歌曲;当用户按下向后搜索按钮时,我必须转到上一首歌曲。我知道我必须覆盖 MediaController 的按钮。但我不知道该怎么做?谁能帮我解决这个问题吗?
I am in a situation where I have to go to next song when the user presses the seek forward button of mediacontroller and to previous song when the user presses the seek backward button. I know that I have to override the buttons of MediaControllers. But I am not sure how to do this? Can anyone help me with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以覆盖MediaController.MediaPlayerControl
I think you can override the MediaController.MediaPlayerControl