Where can I find a thorough DirectShow tutorial?

半城伤御伤魂 提交于 2019-11-28 06:34:07

MSDN Magazine has a nice article in their July 2002 Issue: DirectShow: Core Media Technology in Windows XP Empowers You to Create Custom Audio/Video Processing Components

Pascal Mignot from Université de Reims has gathered information from MSDN documentation into a single document, which gives a nice overview.

Also, there is a very good book on DirectShow.

http://betterlogic.com/roger/?p=3088

has some good links, as also I have some demo projects here: https://github.com/rdp

The SDK has quite a few samples which may help. Fortunately I had some existing code to walk through, but it sure is lengthy and as often with MS, the interfaces don't really look like what they do, but instead focus more on juggling pointers, typecasting and COM trouble, instead of focusing on the intended functionality.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!