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.
MF 团队提供了用 C# 编写的 MFManagedEncode,在源代码中他们为许多 MF 接口创建了包装器,但不是所有接口,是否有任何工具可以自动生成其余接口的包装器?如果没有,我需要自己编写包装器,但是我在哪里可以找到 COM 的 GUID 和接口的 IID?MSDN刚才提到接口属于哪个lib,比如IMFMediaStream接口的IID是什么?
Snarfle 为 MF 创建了一个托管包装器
http://mfnet.sourceforge.net/
如果需要在 Windows 7 中添加的新接口,请从 svn 获取源代码