在Android中设置VideoView控制器的回调
是否可以监听VideoView媒体控制器上的暂停/播放按钮?
多谢
Is it possible to listen to the pause/play button on the media controller of VideoView?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要实现接口
MediaController.MediaPlayerControl
并使用方法 -setMediaPlayer
向 mediaController 实例注册该接口You need to implement the interface
MediaController.MediaPlayerControl
and register the interface with the mediaController instance using the method -setMediaPlayer