WPF 正在播放 Windows Media Codec 9?

发布于 2024-11-05 22:26:36 字数 166 浏览 1 评论 0原文

亲爱的朋友们 我有一个简单的 wpf 应用程序,其中包含一些本地视频,我的视频当前使用 wm9 编码 但不幸的是wpf Media Element无法控制Windows Media Player 9,最低要求是wmp 10,我不想专门在xp中升级用户Windows Media Player,您能为我提供解决方案吗!?

Dear Guys
I have a simple wpf app with some local videos , my videos are currently encoded with wm9
But unfortunately wpf Media Element is unable to control over windows media player 9, the minimum requirement is wmp 10 , i don't want to upgrade user windows media player specially in xp , can you provide me a solution to this situation !?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

热情消退 2024-11-12 22:26:36

XP(至少 SP3)支持 WMP 10。如果您使用的不是 SP3,则存在比媒体播放器版本更严重的问题。

但为了回答你的问题,我很确定微软已经弃用了 WMP 9。你可以做的是通过 Process.Start() 命令交出控制权,在参数中引用你的视频。这将在您的 UI 之外启动播放器并手动控制 WMP 9。

或者,您可能必须考虑零售成本的第 3 方控件。

WMP 10 is supported in XP, at least with SP3. If you're not on SP3, there are far greater issues than just the media player version.

But to answer your question, I'm pretty sure Microsoft has deprecated WMP 9. What you could do is hand off control through a Process.Start() command, referencing your video in the arguments. That will launch the player outside your UI and hand control to WMP 9.

Alternatively, you might have to consider retail-cost 3rd party controls.

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