⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 m2v_vfapi.h

📁 由bmp生成mpeg2 的I_frame 数据
💻 H
字号:
/*******************************************************************
  m2v.vfp interface
 *******************************************************************/
#ifndef M2V_VFAPI_H
#define M2V_VFAPI_H

#include "vfapi.h"
#include "vfapi_edit_ext.h"

typedef struct {
	HINSTANCE            dll;
	VF_PluginInfo        info;
	VF_PluginFunc        func;
	VF_PluginFuncEditExt func_edit_ext;
} M2V_VFAPI;

#ifndef M2V_VFAPI_C

#ifdef __cplusplus
extern "C" {
#endif

extern int open_m2v_vfapi(M2V_VFAPI *m2v);
extern void close_m2v_vfapi(M2V_VFAPI *m2v);

#ifdef __cplusplus
}
#endif

#endif /* M2V_VFAPI_C */

#endif /* M2V_VFAPI_H */
	

⌨️ 快捷键说明

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