Changeset 242 for trunk/DirectShowSpy/Helper.cpp
- Timestamp:
- Jan 11, 2014, 2:53:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/Helper.cpp
r231 r242 29 29 FilterGraph.CoCreateInstance(); 30 30 __C(FilterGraph.m_pFilterGraph->RenderFile(_T("E:\\Media\\Robotica_1080.wmv"), NULL)); 31 _ATLTRY 32 { 33 const CComQIPtr<ISpy> pSpy = FilterGraph.m_pFilterGraph; 34 if(pSpy) 35 __C(pSpy->put_FriendlyName(CComBSTR(_T("Test")))); 36 } 37 _ATLCATCHALL() 38 { 39 _Z_EXCEPTION(); 40 } 31 41 CLocalObjectPtr<CFilterGraphHelper> pHelper; 32 42 pHelper->SetFilterGraph(FilterGraph.m_pFilterGraph);
Note: See TracChangeset
for help on using the changeset viewer.