IMpeg2VD.h
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:1k
- //
- // IMpeg2VD.h
- // Desc: DirectShow sample code - custom interface
- //
- #ifndef __H_IMpeg2VD__
- #define __H_IMpeg2VD__
- #ifdef __cplusplus
- extern "C" {
- #endif
- //----------------------------------------------------------------------------
- // IMpeg2VD's GUID
- // {BA8DA3DF-5B02-4b54-BCA2-C5FDF272BE07}
- DEFINE_GUID(IID_IMpeg2VD,
- 0xba8da3df, 0x5b02, 0x4b54, 0xbc, 0xa2, 0xc5, 0xfd, 0xf2, 0x72, 0xbe, 0x7);
- //----------------------------------------------------------------------------
- //----------------------------------------------------------------------------
- // IMpeg2VD
- //----------------------------------------------------------------------------
- DECLARE_INTERFACE_(IMpeg2VD, IUnknown)
- {
- };
- //----------------------------------------------------------------------------
- #ifdef __cplusplus
- }
- #endif
- #endif // __H_IMpeg2VD__