MediaController 播放按钮不起作用?

发布于 2024-11-18 00:41:36 字数 265 浏览 3 评论 0原文

我使用链接中的代码, 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绿萝 2024-11-25 00:41:36

抱歉,我犯了一个错误,它正在工作;
在媒体控制器的准备侦听器中,我设置了属性 setEnable(false) ,第二件事是我在以下函数中返回 false

@Override
    public boolean canPause() {
        // TODO Auto-generated method stub
        return false;
    }

Sorry , 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

@Override
    public boolean canPause() {
        // TODO Auto-generated method stub
        return false;
    }
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文