Android:如何切换音乐?
在我的应用程序中,我有一个在程序启动时播放的背景音乐。在菜单中,我想添加用户能够停止或开始音乐的选项。
我如何知道音乐正在播放或停止?
谢谢
I my application I have a background music that plays when the program starts. In menu I want to add option that user have ability to stop or start the music.
How can I know that the music is playing or stop?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
难道你是用MediaPlayer播放的吗?
如果是这样:
摘自此处。
检查音乐是否正在播放:
Could it be that you're playing it using MediaPlayer?
If so:
Cut from here.
Checking if music is playing: