?? tvglobal.h.svn-base
字號:
#ifndef __TVGLOBAL_H
#define __TVGLOBAL_H
typedef struct tagTVGlobalData
{
Byte ucMPSource;
Byte ucPIPSource;
Byte ucVolume;
Bool bPowerStatus : 1;
Bool bBlueScreenEnable : 1;
Byte bSearchTwice : 1;
Byte ucOSDTransp : 4;
Bool reserved : 1;
Byte ucLanguage;
Byte ucKeyLock : 1;
Byte bChSavedOnce : 1;//YYM 06/09/07 16:51 add for[]
Byte ucReserve : 6;
Byte ucOSDBrightness;
Byte ucColorTemp;
Byte ucHotelMode;
Byte ucWarnningIndex;
Byte ucCountry;
// Byte ucGeomage;//YYM_06_07_07 delete for[]
Byte ucAspect;
Byte ucTVRatting;
Byte ucMovie;
Byte ucFleshTone;
Byte ucBlueTone;
Byte ucGreenTone;
Byte ucVM;
Byte ucCinemaMode;
Byte ucACILanguage;
} TVGlobalData;
extern Gdata TVGlobalData tv_Data;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -