CFilterMpeg2VDProp.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:1k
- //
- // CFilterMpeg2VDProp.h
- //
- #ifndef __H_CFilterMpeg2VDProp__
- #define __H_CFilterMpeg2VDProp__
- class CFilterMpeg2VDProp : public CBasePropertyPage
- {
- private:
- // IGraphInfo * m_pIGraphInfo;
- public:
- static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
- DECLARE_IUNKNOWN;
- private:
- CFilterMpeg2VDProp(LPUNKNOWN lpunk, HRESULT *phr);
- private:
- BOOL OnReceiveMessage(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
- HRESULT OnConnect(IUnknown *pUnknown);
- HRESULT OnDisconnect();
- HRESULT OnActivate();
- HRESULT OnApplyChanges();
- void SetDirty();
- };
- #endif // __H_CFilterMpeg2VDProp__