MediaController 播放按钮不起作用?
我使用链接中的代码, http://androidcookbook.com/Recipe.seam?recipeId=1399
媒体播放器所在位置用于播放音频,媒体控制器显示为布局的锚视图,问题是单击布局媒体控制器时出现,但播放按钮不起作用,我无法启动音频;
如果有人知道这个问题就意味着帮助我。
谢谢。
i use the code from the link,
http://androidcookbook.com/Recipe.seam?recipeId=1399
where the media player is use to play the audio, media controller is appear as anchor view of layout, the problem is while clicking the layout media controller is appear but the play button is not working , i can`t able to start the audio;
If anyone know s the problem means help me out.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,我犯了一个错误,它正在工作;
在媒体控制器的准备侦听器中,我设置了属性
setEnable(false)
,第二件事是我在以下函数中返回 falseSorry , i made a mistake it is working know;
in on prepare listener of Media controller i set the property
setEnable(false)
and the second thing is i return as false in the following function