cpixelrgb32.h

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

H
22
字号
//
// CPixelRGB32.h
//

#ifndef __CPixelRGB32_h__
#define __CPixelRGB32_h__

/*
RGB32 format: BGR-BGR-
*/

class CBasePixel;
class CPixelRGB32 : public CBasePixel
{
public:
	CPixelRGB32();
	~CPixelRGB32();

	virtual void ConvertByCover(unsigned char * inPixel); 
};

#endif // __CPixelRGB32_h__

⌨️ 快捷键说明

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