CFilterMpeg2VDProp.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. //
  2. // CFilterMpeg2VDProp.h
  3. //
  4. #ifndef __H_CFilterMpeg2VDProp__
  5. #define __H_CFilterMpeg2VDProp__
  6. class CFilterMpeg2VDProp : public CBasePropertyPage
  7. {
  8. private:
  9. // IGraphInfo * m_pIGraphInfo;
  10. public:
  11.     static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
  12.     DECLARE_IUNKNOWN;
  13. private:
  14. CFilterMpeg2VDProp(LPUNKNOWN lpunk, HRESULT *phr);
  15. private:
  16.     BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
  17.     HRESULT OnConnect(IUnknown *pUnknown);
  18.     HRESULT OnDisconnect();
  19.     HRESULT OnActivate();
  20.     HRESULT OnApplyChanges();
  21. void SetDirty();
  22. };
  23. #endif // __H_CFilterMpeg2VDProp__