?? 利用 directshow 開發自己的 filter(5) - directshow - 技術應用 - 豆豆網.htm
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=(0051)http://tech.ddvip.com/2006-04/11443572604083_5.html -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網</TITLE><!-- 本模板由 legmail 最后于 2007-09-19 13:47 修改 -->
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網.files/tech_content.css"
type=text/css rel=stylesheet>
<STYLE>.nav {
BACKGROUND: #f2f6fb; WORD-SPACING: 20px; TEXT-INDENT: 5px; LINE-HEIGHT: 28px; BORDER-BOTTOM: #aaa 1px solid; HEIGHT: 28px; TEXT-ALIGN: left
}
</STYLE>
<SCRIPT><!--document.domain = 'ddvip.com';var node = 'tech';var subid = "2006-04-07_4083";--></SCRIPT>
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY>
<DIV id=main><!-- 頁面頭部 -->
<DIV class=header>
<DIV class=top_nav><A href="http://www.ddvip.com/">豆豆首頁</A> - <A
href="http://down.ddvip.com/">軟件下載</A> - <A
href="http://code.ddvip.com/">源碼下載</A> - <A
href="http://down.ddvip.com/news">軟件資訊</A> - <A
href="http://book.ddvip.com/">小說閱讀</A> - <A
href="http://club.ddvip.com/">技術論壇</A> - <A
href="http://man.ddvip.com/">技術手冊</A> - <A
href="http://www.ddvip.com/link">網址導航</A> - <A
href="http://law.ddvip.com/">法律資訊</A> - <A
href="http://blog.ddvip.com/">博客人生</A> </DIV>
<DIV class=sitelogo><IMG alt=網站LOGO
src="利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網.files/logo.gif">
<DIV class=top_ad_580x60 id=top_ad_580x60></DIV></DIV>
<DIV class=clear></DIV>
<UL class=global_nav>
<LI><A href="http://tech.ddvip.com/index.html">技術首頁</A> </LI>
<LI><A href="http://tech.ddvip.com/os/index.html">操作系統</A> </LI>
<LI class=global_nav_c><A
href="http://tech.ddvip.com/program/index.html">程序設計</A> </LI>
<LI><A href="http://tech.ddvip.com/network/index.html">網絡技術</A> </LI>
<LI><A href="http://tech.ddvip.com/network/server/index.html">服務器</A> </LI>
<LI><A href="http://tech.ddvip.com/safe/index.html">安全技術</A> </LI>
<LI><A href="http://tech.ddvip.com/web/index.html">Web開發</A> </LI>
<LI><A href="http://tech.ddvip.com/db/index.html">數據庫</A> </LI>
<LI><A href="http://tech.ddvip.com/pic/index.html">平面設計</A> </LI>
<LI><A href="http://tech.ddvip.com/mediamovice/index.html">三維動畫</A> </LI>
<LI><A href="http://tech.ddvip.com/cert/index.html">認證考試</A> </LI>
<LI><A href="http://tech.ddvip.com/soft/index.html">軟件應用</A> </LI>
<LI><A href="http://tech.ddvip.com/machine/index.html">機械電子</A> </LI></UL>
<DIV class=nav><A
href="http://tech.ddvip.com/program/vc/visualstudio/index.html">VisualStudio</A>
<A href="http://tech.ddvip.com/program/vc/interface/index.html">界面</A> <A
href="http://tech.ddvip.com/program/vc/view/index.html">視圖</A> <A
href="http://tech.ddvip.com/program/vc/pic/index.html">圖像</A> <A
href="http://tech.ddvip.com/program/vc/multimedia/index.html">多媒體</A> <A
href="http://tech.ddvip.com/program/vc/database/index.html">數據庫</A> <A
href="http://tech.ddvip.com/program/vc/windows/index.html">Windows系統</A> <A
href="http://tech.ddvip.com/program/vc/file/index.html">文件</A> <A
href="http://tech.ddvip.com/program/vc/comnet/index.html">COM/.NET</A> <A
href="http://tech.ddvip.com/program/vc/network/index.html">網絡通信</A> <A
href="http://tech.ddvip.com/program/vc/integrated/index.html">綜合</A> <A
href="http://tech.ddvip.com/program/softjeer/index.html">軟件工程</A> </DIV></DIV>
<DIV class=tlad id=tech_content_tl></DIV><!-- 內容部分 -->
<DIV class=content>
<DIV class=location><A href="http://www.ddvip.com/" target=_balnk>豆豆網</A> >
<A href="http://tech.ddvip.com/index.html">技術應用</A> > <A
href="http://tech.ddvip.com/program/index.html">程序設計</A> > <A
href="http://tech.ddvip.com/program/vc/index.html">VC</A> > <A
href="http://tech.ddvip.com/program/vc/multimedia/index.html">VC多媒體編程</A> >
正文 </DIV>
<DIV class=content_left>
<DIV class=article>
<DIV class=article_title>
<H1>利用 DirectShow 開發自己的 Filter</H1>
<DIV class=title_bottom>
<SCRIPT language=javascript
src="利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網.files/title_bottom.js"></SCRIPT>
</DIV>
<P><A href="http://www.ddvip.com/">豆豆網</A> <A
href="http://tech.ddvip.com/">技術應用頻道</A> 2006年07月23日
<A href="http://club.ddvip.com/">社區交流</A></P></DIV>
<DIV class=article_content>
<DIV class=title_bottom_cpr>
<SCRIPT
src="利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網.files/ad_title_bottom.js"></SCRIPT>
</DIV><!--ID="929"-->
<DIV class=searchhot>關鍵字: <A href="http://tech.ddvip.com/search.php?key=漢諾塔"
target=_blank>漢諾塔</A> <A href="http://tech.ddvip.com/search.php?key=VC++編程"
target=_blank>VC++編程</A> <A href="http://tech.ddvip.com/search.php?key=應用程序"
target=_blank>應用程序</A> <A href="http://tech.ddvip.com/search.php?key=無閃爍刷屏"
target=_blank>無閃爍刷屏</A> <A href="http://tech.ddvip.com/search.php?key=DirectX"
target=_blank>DirectX</A> <A href="http://tech.ddvip.com/search.php?key=圖形特技"
target=_blank>圖形特技</A> </DIV>
<DIV class=article_z>
<H2>本文詳細介紹利用 DirectShow 開發自己的 Filter </H2></DIV>
<DIV class=article_ad>
<SCRIPT language=javascript
src="利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網.files/ads_250x250.js"></SCRIPT>
</DIV>
<DIV class=article_c id=fontsize>
<P> <CODE>CFactoryTemplate g_Templates[1] =<BR>{<BR> {<BR> L"my
filter", // Name<BR> &CLSID_MYFilter, //
CLSID<BR> CMyFilter::CreateInstance, // Method to create an instance of
MyComponent<BR> NULL, // Initialization
function<BR> &sudInfTee // Set-up information (for
filters)<BR> }<BR>};<BR>int g_cTemplates = sizeof(g_Templates) /
sizeof(g_Templates[0]); </CODE>
<P> 如果在這個com組件中你要支持多個filter,你可以在這個數組中繼續添加就是了。</P>
<P> 四、如何實現自己的 Filter</P>
<P> 在這里就要講如何創建自己的Filter了,下面我們以寫一個CTransformFilter為例:</P>
<P> 1、選擇一個基類,聲明自己的類。</P>
<P> 創建filter很簡單,你只要根據自己的需要選擇不同的基類Filter派生出自己的Filter,它就已經支持com特性了。</P>
<P> 從邏輯上考慮,在寫Filter之前,選擇一個合適的Filter基類是至關重要的。為此,你必須對幾個Filter的基類有相當的了解。在實際應用中,Filter的基類并不總是選擇CBaseFilter的。相反,因為我們絕大部分寫的都是中間的傳輸Filter(Transform
Filter),所以基類選擇CTransformFilter和CTransInPlaceFilter的居多。如果我們寫的是源Filter,我們可以選擇CSource作為基類;如果是Renderer
Filter,可以選擇CBaseRenderer或CBaseVideoRenderer等。</P>
<P> 總之,選擇好Filter的基類是很重要的。當然,選擇Filter的基類也是很靈活的,沒有絕對的標準。能夠通過CTransformFilter實現的Filter當然也能從CBaseFilter一步一步實現。</P></DIV><!-- 分頁 -->
<DIV class=page><A
href="http://tech.ddvip.com/2006-04/11443572604083_4.html">上一頁</A><A
href="http://tech.ddvip.com/2006-04/11443572604083.html">1</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_2.html">2</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_3.html">3</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_4.html">4</A><SPAN
class=current>5</SPAN><A
href="http://tech.ddvip.com/2006-04/11443572604083_6.html">6</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_7.html">7</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_8.html">8</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_9.html">9</A><A
href="http://tech.ddvip.com/2006-04/11443572604083_6.html">下一頁</A></DIV><!-- 分頁end -->
<P
style="PADDING-RIGHT: 4px; FONT-SIZE: 12px; COLOR: #000000; TEXT-ALIGN: right">作者:智慧的魚
責編:豆豆技術應用</P>
<DIV id=art_content_end_468x60>
<SCRIPT
src="利用 DirectShow 開發自己的 Filter(5) - DirectShow - 技術應用 - 豆豆網.files/ads_468x60.js"></SCRIPT>
</DIV>
<DIV class=realated_search>點擊搜索更多"<A
href="http://tech.ddvip.com/search.php?key=DirectShow"
target=_blank>DirectShow</A>"相關信息</DIV></DIV>
<DIV class=related>
<DIV class=relatedtop>與“利用 DirectShow 開發自己的 Filter”相關的文章</DIV>
<UL>
<LI><A
href="http://tech.ddvip.com/2007-03/117395236821211.html">VC+DirectShow對視頻進行圖片處理之二</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117395231221210.html">VC+DirectShow對視頻進行圖片處理之三</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117390782121190.html">VC+DirectShow對視頻進行圖片處理之四</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117390773621189.html">VC+DirectShow對視頻進行圖片處理之五</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117390736921184.html">VC+DirectShow對視頻進行圖片處理之六</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2006-04/11443595404132.html">基于DirectShow非線性編輯DES</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2006-04/11443554004063.html">用DirectShow抓取影片幀</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2006-04/11443526404035.html">使用DirectShow驅動攝像頭</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2006-04/11443525804034.html">在VC中調用DirectShow全屏播放視頻</A>
</LI></UL></DIV>
<DIV class=clear></DIV>
<DIV class=related>
<DIV class=relatedtop>本欄目更新</DIV>
<UL>
<LI><A href="http://tech.ddvip.com/2007-09/118923357233810.html">漢諾塔游戲的設計</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117475629722007.html">也玩視覺效果:VC++編程實現仿真火焰</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117449675921901.html">將視頻演示作為應用程序的啟動封面</A>
</LI>
<LI><A
href="http://tech.ddvip.com/2007-03/117449579821897.html">VC無閃爍刷屏技術的實現</A>
</LI>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -