在 Windows Phone 中存储和检索 mp3 文件?
我是 Windows Phone 开发新手。我需要在我的项目中保存和播放音频文件。为此,我需要将 mp3 文件存储到数据库中。我从网上得到的想法,要么我们可以将mp3文件直接存储到数据库中,要么将mp3文件存储到Isolatedstorage中并仅将URL存储在数据库中。
现在我很困惑,我们可以成为实现我期望的简单方法吗?建议我哪一个最好?另外请分享一些示例代码......
谢谢 阿卜杜拉酋长
I'm new to windows phone development. I need to save and play audio files in my project. for that i need to store mp3 files into the database. I got idea from net, either we can store mp3 files directly to DB or store mp3 files to Isolatedstorage and store only URL in the database.
Now i was confused, we could be an easy way to achieve me expectation ? Suggest me which is one best? Also pls share some sample code....
Thanks
SheikAbdullah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 mp3 存储在 App/Shared/Media 文件夹中的独立存储中,然后告诉 Zune 播放器播放它们。
如何:播放 Windows Phone 背景音频
Store the mp3's in Isolated Storage in the App/Shared/Media folder, then tell the Zune player to play them.
How to: Play Background Audio for Windows Phone