mvavi.h
来自「威视V130采集卡开发包:包含了源代码、可执行文件和Demo」· C头文件 代码 · 共 8 行
H
8 行
#include <vfw.h>
__declspec(dllexport) void __stdcall MV_AVIFileInit(DWORD filetype,short framerate);
__declspec(dllexport) void __stdcall MV_AVIFileFini();
__declspec(dllexport) BOOL __stdcall MV_AVIFileOpen(int index,LPCTSTR lpszFileName, LPBITMAPINFO alpb, WORD wSkipRate, WORD wSkipRateBOOL bShowOptions, LPAVICOMPRESSOPTIONS m_aopts);
__declspec(dllexport) BOOL __stdcall MV_AVIFileAddFrame(int index, LPBITMAPINFO alpb, LPBYTE alpImageBits );
__declspec(dllexport) BOOL __stdcall MV_AVIFileVertFlipBuf(BYTE * inbuf, UINT widthBytes, UINT height);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?