随笔分类 -  DirectShow

Filter属性页的显示
摘要:函数:void ShowFilterProperty(HWND hWnd){ //Obtain the filter's IBaseFilter interface.(Not shown) ISpecifyPropertyPages *pProp = NULL; HRESULT h... 阅读全文

posted @ 2014-05-04 16:13 撼地神牛ES 阅读(268) 评论(0) 推荐(0)

在程序中如何判断当前枚举得到的是WDM卡还是VFW卡?
摘要:BOOL IsVFWCard(){ // Stop the graph. m_pMC->Stop(); ASSERT(m_pBF); IAMVfwCaptureDialogs *pVfw = NULL; // Query the capture filter for t... 阅读全文

posted @ 2014-04-20 20:32 撼地神牛ES 阅读(376) 评论(0) 推荐(0)

显示VFW设备对话框
摘要:Display VFW Capture Dialog BoxesA capture device that still uses a Video for Windows (VFW) driver can support any of the following three dialog boxes,... 阅读全文

posted @ 2014-04-20 11:29 撼地神牛ES 阅读(220) 评论(0) 推荐(0)

导航