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

📄 query_frame.h

📁 由bmp生成mpeg2 的I_frame 数据
💻 H
字号:
/*******************************************************************
                  set frame dialog procedure
 *******************************************************************/
#ifndef SET_FRAME_H
#define SET_FRAME_H

#include <windows.h>

typedef struct {
	__int64 current;
	__int64 max;
	int lang;
} FRAME_BY_NUMBER;

typedef struct {
	__int64 current;
	__int64 max;
	int rate;
	int scale;
	int lang;
} FRAME_BY_TIMECODE;

#ifdef __cplusplus
extern "C" {
#endif

#ifndef SET_FRAME_C
extern __int64 query_frame_by_number(HINSTANCE instance, HWND hwnd, FRAME_BY_NUMBER *opt);
extern __int64 query_frame_by_timecode(HINSTANCE instance, HWND hwnd, FRAME_BY_TIMECODE *opt);
#endif

#ifdef __cplusplus
}
#endif

#endif /* SET_FRAME_H */

⌨️ 快捷键说明

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