c++ Programming Glossary: pbuild
Using a DirectShow filter without registering it, via a private CoCreateInstance http://stackoverflow.com/questions/11191996/using-a-directshow-filter-without-registering-it-via-a-private-cocreateinstance pSink NULL IGraphBuilder pGraph ICaptureGraphBuilder2 pBuild IMediaControl pControl NULL This example omits error handling... NULL CLSCTX_INPROC_SERVER IID_ICaptureGraphBuilder2 void pBuild hr CoCreateInstance CLSID_FilterGraph NULL CLSCTX_INPROC_SERVER.. void pGraph Initialize the Capture Graph Builder hr pBuild SetFiltergraph pGraph Not shown Use the System Device Enumerator..
DirectShow code crashes after exit (PushSourceDesktop sample) http://stackoverflow.com/questions/11249298/directshow-code-crashes-after-exit-pushsourcedesktop-sample CComPtr IGraphBuilder pGraph CComPtr ICaptureGraphBuilder2 pBuild CComPtr IUnknown pUnk hr CoCreateInstance CLSID_CaptureGraphBuilder2.. NULL CLSCTX_INPROC_SERVER IID_ICaptureGraphBuilder2 void pBuild hr CoCreateInstance CLSID_FilterGraph NULL CLSCTX_INPROC_SERVER.. NULL CLSCTX_INPROC_SERVER IID_IGraphBuilder void pGraph hr pBuild SetFiltergraph pGraph static CLSID const clsid 0x4ea6930a 0x2c8a..
|