📄 w32g_pref.h
字号:
/* TiMidity++ -- MIDI to WAVE converter and player Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp> Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA*/#ifndef __W32G2_PREF_H__#define __W32G2_PREF_H__extern volatile int PrefWndDoing;void PrefWndCreate(HWND hwnd);#ifdef AU_GOGO// 僟僀傾儘僌偺忣曬傪傎偲傫偳偦偺傑傑曐懚偡傞丅// 僐儞儃儃僢僋僗偵偮偄偰偼 Index 偼柍堄枴側偺偱抣傪曐懚偡傞丅typedef struct gogo_ConfigDialogInfo_t_ { int optIDC_CHECK_DEFAULT; int optIDC_CHECK_COMMANDLINE_OPTS; char optIDC_EDIT_COMMANDLINE_OPTION[1024+1]; int optIDC_CHECK_OUTPUT_FORMAT; int optIDC_COMBO_OUTPUT_FORMAT; int optIDC_CHECK_MPEG1AUDIOBITRATE; int optIDC_COMBO_MPEG1_AUDIO_BITRATE; int optIDC_CHECK_MPEG2AUDIOBITRATE; int optIDC_COMBO_MPEG2_AUDIO_BITRATE; int optIDC_CHECK_ENHANCED_LOW_PASS_FILTER; char optIDC_EDIT_LPF_PARA1[4+1]; char optIDC_EDIT_LPF_PARA2[4+1]; int optIDC_CHECK_ENCODE_MODE; int optIDC_COMBO_ENCODE_MODE; int optIDC_CHECK_EMPHASIS_TYPE; int optIDC_COMBO_EMPHASIS_TYPE; int optIDC_CHECK_OUTFREQ; char optIDC_EDIT_OUTFREQ[6+1]; int optIDC_CHECK_MSTHRESHOLD; char optIDC_EDIT_MSTHRESHOLD_THRESHOLD[4+1]; char optIDC_EDIT_MSTHRESHOLD_MSPOWER[4+1]; int optIDC_CHECK_USE_CPU_OPTS; int optIDC_CHECK_CPUMMX; int optIDC_CHECK_CPUSSE; int optIDC_CHECK_CPU3DNOW; int optIDC_CHECK_CPUE3DNOW; int optIDC_CHECK_CPUCMOV; int optIDC_CHECK_CPUEMMX; int optIDC_CHECK_CPUSSE2; int optIDC_CHECK_VBR; int optIDC_COMBO_VBR; int optIDC_CHECK_VBR_BITRATE; int optIDC_COMBO_VBR_BITRATE_LOW; int optIDC_COMBO_VBR_BITRATE_HIGH; int optIDC_CHECK_USEPSY; int optIDC_CHECK_VERIFY; int optIDC_CHECK_16KHZ_LOW_PASS_FILTER;} gogo_ConfigDialogInfo_t;extern volatile gogo_ConfigDialogInfo_t gogo_ConfigDialogInfo;extern int gogo_ConfigDialogInfoInit(void);extern int gogo_ConfigDialogInfoApply(void);extern int gogo_ConfigDialogInfoSaveINI(void);extern int gogo_ConfigDialogInfoLoadINI(void);extern int gogoConfigDialog(void);#endif // AU_GOGO#ifdef AU_VORBIStypedef struct vorbis_ConfigDialogInfo_t_ { int optIDC_CHECK_DEFAULT; int optIDC_COMBO_MODE;} vorbis_ConfigDialogInfo_t;extern int vorbis_ConfigDialogInfoInit(void);extern int vorbis_ConfigDialogInfoApply(void);extern int vorbis_ConfigDialogInfoSaveINI(void);extern int vorbis_ConfigDialogInfoLoadINI(void);extern int vorbisConfigDialog(void);#endif // AU_VORBIS#endif /* __W32G2_PREF_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -