C# 中是否有与 Java Media Framework 等效的工具?
C# 中是否有相当于 Java Media Framework 的工具?
Is there an equivalent to Java Media Framework in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
C# 中是否有相当于 Java Media Framework 的工具?
Is there an equivalent to Java Media Framework in C#?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我认为您正在寻找类似 DirectShow .NET 的东西。还有相关的 Media Foundation .NET 和 Windows Media .NET 项目。
Media Foundation 是 Windows Vista 及更高版本的 DirectShow 的继承者。如果您需要以 XP 为目标,则需要使用 DirectShow。
I think what you are looking for is something like DirectShow .NET. There are also links there to the related Media Foundation .NET and Windows Media .NET projects.
Media Foundation is a successor to DirectShow for Windows Vista and beyond. If you need to target XP you will need to use DirectShow.
用于托管代码的 DirectX 9.0
介绍 .NET Framework 中新的托管 Direct3D 图形 API
正如另一位发帖者所指出的,如果您不需要如此精细的控制,那么可以使用标准的 Windows 组件来播放媒体。
DirectX 9.0 for Managed Code
Introducing the New Managed Direct3D Graphics API in the .NET Framework
As another poster has pointed out, if you do not need such fine grain control, then there are standard Windows components to playback media.
Windows Media Player SDK 有一个 .NET 控件 您可以将其拖放到表格上。此外,.NET 3.0 及更高版本具有 WPF 控件< /a> 用于媒体。
The Windows Media Player SDK has a .NET Control that you can drop onto forms. Additionally, .NET 3.0 and newer has a WPF control for media.