如何能查询到directX show 中的com组件的接口细节?比如, queryinterface时要用到 interface's identifier

解决方案 »

  1.   

    DirectShow Reference
       DirectShow Filters 
       Interfaces 
       DirectShow Structures 
       DirectShow Enumerated Types 
       Constants and GUIDs 
       Functions 
       MSWebDVD ActiveX Control 
    http://msdn.microsoft.com/library/en-us/dx8_c/directx_cpp/htm/directshowreference.asp?frame=trueConstants and GUIDs
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dx8_c/directx_cpp/htm/constantsandguids.aspDirectShow
    http://msdn.microsoft.com/library/en-us/dx8_c/directx_cpp/htm/directshow.asp?frame=trueIntroduction to DirectShow
    http://www.microsoft.com/Developer/PRODINFO/directx/dxm/help/ds/default.htm
      

  2.   

    saucer(思归) , anyhow, I would like to program with H261 En/De code filter and Intel TRP filters, which I could not find in MSDN. So any good solutions?
    Thanks a lot!
      

  3.   

    I do not know about those specific filters, but can you work with any of filters supported by DirectShow?DirectShow Filters
    http://msdn.microsoft.com/library/en-us/dx8_c/directx_cpp/htm/directshowfilters.asp?frame=true
      

  4.   

    saucer(思归), in fact, what am I doing, is a multicast video software, in which I have to use intel's multicast filters. Those filters could work with DirectX show. Anyhow, I have found information of those filters from Microsoft Platform SDK's help.Thanks a lot with your help!