gpt4 book ai didi

c# - 在 WPF 中播放 mp3

转载 作者:太空狗 更新时间:2023-10-30 00:47:02 27 4
gpt4 key购买 nike

MediaElement 在我的 WPF 应用程序中不适合我。

mediaElement1.LoadedBehavior = MediaState.Manual;
mediaElement1.Source = new Uri(@"C:\Music\MySong.mp3", UriKind.RelativeOrAbsolute);
mediaElement1.Play();

当我在 Window1.xaml.cs 文件中执行此操作时。什么都没发生。至少我什么也听不见。我尝试了各种不同的方法,但没有声音。

在 winform 中:

axWindowsMediaPlayer1.URL = @"C:\Music\MySong.mp3";
axWindowsMediaPlayer1.Ctlcontrols.play();

工作没有任何问题。有什么简单的解决方案或可以尝试的事情吗?

最佳答案

好的,我解决了。如果您有 Windows Media Player 10 或更高版本,WPF 仅支持 MediaElement。我运行的是 WMP9。

关于c# - 在 WPF 中播放 mp3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1649757/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com