Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 8 中的 WinRT API 表面似乎能够加载和保存播放列表以及捕获音频。我正在寻找的东西更简单一些:WinRT 是否能够从文件中播放音频?如果不是,本机代码 (C++) 的推荐 API 是什么,用于从 Windows 8 Metro 应用程序中的文件播放音频?
如果您在 WWA 中,您希望使用 HTML 标签来播放音频。在 xaml 中,您想要使用 MediaElement。
如果您使用的是低级 C++,则需要使用 MediaFoundation API。