07 2012 档案

摘要:The next four chapters of this book deal with Microsoft DirectShow applications that capture mediastreams for manipulation by DirectShow. In most of the examples to follow, the streams will simply bewritten to disk for later playback or manipulation by another DirectShow application. The filter grap 阅读全文
posted @ 2012-07-29 17:46 烈火残躯 阅读(827) 评论(0) 推荐(0)
摘要:Although sample DirectShow filter graphs can be constructed and tested in GraphEdit, application programmers want to use standard programming languages—either C or C++—to construct DirectShow applications. Although Visual Basic is an easy-to-learn and fully functional programming environment, the Vi 阅读全文
posted @ 2012-07-29 10:42 烈火残躯 阅读(1206) 评论(1) 推荐(0)
摘要:The basicsChapter 1DirectShow ConceptsFrom the viewpoint of the application programmer, Microsoft DirectShow is composed of two types ofclasses of objects: filters, the atomic entities of DirectShow; and filter graphs, collections of filtersconnected together to provide specific functionality. Just 阅读全文
posted @ 2012-07-26 10:27 烈火残躯 阅读(851) 评论(0) 推荐(0)