directshow
文章平均质量分 86
rx_wen
这个作者很懒,什么都没留下…
展开
-
invisible directshow render window
A common task we may want to achieve while creating a media application is to start media playback on a new thread, as the sample below shows:http://code.google.com/p/rxwen-blog-stuff/source/browse/trunk/multimedia/directshow/dbg_directshow_thread_issue/d原创 2010-05-21 21:08:00 · 717 阅读 · 0 评论 -
Thoughts on directshow
In this post, I'll summarize some features that make directshow stand out, from a developer's point of view.The architecture of directshow is:The core of directshow framework is the box in the center.1. separation of concernsDirectshow divides a complex me原创 2010-04-11 22:06:00 · 402 阅读 · 0 评论 -
Override CheckMediaType with care
A problem I encountered while developing my source filter's output pin is that inside FillBuffer method, the media type and size of the media sample is not exactly the same as the one I proposed in GetMediaType method. The strange thing is my pin has succe原创 2010-04-18 21:24:00 · 502 阅读 · 0 评论 -
directshow debugging tips
1. View graph When we render a media file, directshow uses intelligent connect to build a working graph for us. It may add some filters implicitly if necessary. From my perspective, it all happens transparently. It's user friendly and powerful. But while d原创 2010-04-03 14:19:00 · 547 阅读 · 0 评论