📄 test.h
字号:
/***********************************//* test.h *//* write by wrh at 2001.11.13 *//************************************/#ifndef _TEST_H_#define _TEST_H_ #define MAX_PORT 36 typedef struct _rect{ int left; int top; int right; int bottom;}rect;typedef struct _vwin{ int b, c; int x, y; int w, h; int r[4];}video_win;#if 0typedef struct _iwin{ Window win; int x, y; int w, h;}videoinfo_win;#endif typedef struct{ int Brightness; int Contrast; int Saturation; int Hue;}video_info;typedef struct{ int IQuantVal; int PQuantVal; int BQuantVal; int KeyFrameIntervals; int BFrames; int PFrames; int FrameRate;}Frame_info;typedef struct{ unsigned short Translucent; int Brightness; int PosX; int PosY;}Osd_info;typedef struct{ unsigned short Translucent; int PosX; int PosY;}Logo_info;/* add at 2005.6.2 for index creating */typedef struct{ unsigned long FilePos; /* the locate for I frame in file */ unsigned long Reserve; unsigned long FrameNum; /* the video frame num, include I frame and BBP frame,exclude the audio frame */}INDEX_NODE, *PINDEX_NODE; #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -