?? 利用 directshow 開發自己的 filter(4) - 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_4.html -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>利用 DirectShow 開發自己的 Filter(4) - DirectShow - 技術應用 - 豆豆網</TITLE><!-- 本模板由 legmail 最后于 2007-09-19 13:47 修改 -->
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="利用 DirectShow 開發自己的 Filter(4) - 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(4) - 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(4) - 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(4) - 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(4) - DirectShow - 技術應用 - 豆豆網.files/ads_250x250.js"></SCRIPT>
</DIV>
<DIV class=article_c id=fontsize>
<P> Filter在這里使用了一個類廠模板類來當作Filter的類廠對象。下面看看類廠在DShow是怎么工作的。
<OL></OL>
<P> 類廠對象也是一個com組件。本來DllGetClassObject是應該由我們自己完成一個函數,在directshow基類里已經完成了,我們不用管它了。它的功能就是來尋找這個DLL中的類廠對象,看是否有符合客戶端請求的類廠對象。</P>
<P> DLL里聲明了一個全局的類廠模板數組,當DllGetClassObject請求類廠對象的時候,它就搜索這個數組,看是否有和CLSID匹配的類廠對象。當它找到一個匹配的CLSID,它就創建一個類廠對象,然后講類廠指針返回給CoGetClassObject,然后客戶端可以根據返回去的類廠指針,調用
IClassFactory::CreateInstance方法創建組件,類廠就根據數組里定義的方法創建com組件。</P>
<P> factory template包含下列變量:</P><CODE>const WCHAR * m_Name; // Name<BR>const
CLSID * m_ClsID; // CLSID<BR>LPFNNewCOMObject m_lpfnNew; // Function to create
an instance of the component<BR>LPFNInitRoutine m_lpfnInit; // Initialization
function (optional)<BR>const AMOVIESETUP_FILTER * m_pAMovieSetup_Filter; //
Set-up information (for filters)</CODE>
<P> 其中的兩個函數指針m_lpfnNew and m_lpfnInit使用下面的定義:</P><CODE>typedef CUnknown
*(CALLBACK *LPFNNewCOMObject)(LPUNKNOWN pUnkOuter, HRESULT *phr);<BR>typedef
void (CALLBACK *LPFNInitRoutine)(BOOL bLoading, const CLSID *rclsid);</CODE>
<P> 你可以參照如下的方式定義你的類廠對象:</P>
<P> <CODE>CUnknown * WINAPI CMyFilter::CreateInstance(LPUNKNOWN pUnk, HRESULT
*pHr)<BR>{ <BR> CMyFilter *pFilter = new CMyFilter(NAME("my Filter"), pUnk,
pHr);<BR> if (pFilter== NULL)<BR> {<BR> *pHr =
E_OUTOFMEMORY;<BR> }<BR> return pFilter;<BR>}</CODE>
<P> 你可以聲明自己的類廠數組如下:</P></DIV><!-- 分頁 -->
<DIV class=page><A
href="http://tech.ddvip.com/2006-04/11443572604083_3.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><SPAN
class=current>4</SPAN><A
href="http://tech.ddvip.com/2006-04/11443572604083_5.html">5</A><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_5.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(4) - 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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -