在android中播放音频文件
我需要使用 Android SDK 播放长音频文件。我知道 Android 附带的 MediaPlayer 框架,但我想知道是否可以调用内置的“音乐播放器”应用程序,因此我不必编写自己的播放器 GUI 和代码。
I need to play long audio files using the Android SDK. I am aware of the MediaPlayer framework shipped by Android, but I was wondering wether the built-in "Music Player" application could be invoked, so I don't have to write my own player GUI and code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以。
设置如下意图:
操作:VIEW
Yes, you can.
Set up an intent like this:
Action: VIEW