?? 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 + -