在 Windows Phone 中存储和检索 mp3 文件?

发布于 2025-01-04 08:13:36 字数 221 浏览 1 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

甩你一脸翔 2025-01-11 08:13:36

将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文