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.
我们可以使用 NAudio 播放 mp4 歌曲吗?请提供一些代码来播放 mp4 歌曲我需要 ac# 代码来帮助我播放 mp4 歌曲
您可以使用 NAudio 播放 .mp4 文件,官方页面中有演示。
下载 Demo-Apps 并查找“Media Foundation Demo”。演示的 C# 代码可以在 NAudio 的源代码中找到。
实现在 WasapiOutGuiThread 类中:
WasapiOutGuiThread : IWavePlayer
更新:MediaFoundationReader假设您安装了适当的编解码器,NAudio 现在可以播放 MP4 文件。这适用于 Windows Vista 及更高版本,如果您运行的是 Windows Server,您可能需要安装“桌面体验”。
MediaFoundationReader
替代方法是查看 WPF 媒体元素是否可以播放它,或者使用 Windows Media Player ActiveX 控件(在可以播放 MP4 的操作系统上)。