videokeyerdefs.h

来自「最近在学习directshow, Directshow实务精选的源代码」· C头文件 代码 · 共 21 行

H
21
字号
//
// VideoKeyerDefs.h
//

/*-----------------------------------------------------*\
			HQ Tech, Make Technology Easy!       
 More information, please go to http://hqtech.nease.net.
/*-----------------------------------------------------*/

#ifndef __H_VideoKeyerDefs__
#define __H_VideoKeyerDefs__

// {197CD7C1-361E-41dc-A89E-9DB20A597325}
DEFINE_GUID(CLSID_VideoKeyer, 
0x197cd7c1, 0x361e, 0x41dc, 0xa8, 0x9e, 0x9d, 0xb2, 0xa, 0x59, 0x73, 0x25);

// {21AE9572-5A63-4955-BFC1-1D60F584C276}
DEFINE_GUID(IID_IVideoKeyer, 
0x21ae9572, 0x5a63, 0x4955, 0xbf, 0xc1, 0x1d, 0x60, 0xf5, 0x84, 0xc2, 0x76);

#endif // __H_VideoKeyerDefs__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?