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

📄 keys.h

📁 使用VOIP技术.能够无连接接通远程用户
💻 H
字号:
////  The contents of this file are subject to the Mozilla Public License//  Version 1.0 (the "License"); you may not use this file except in//  compliance with the License. You may obtain a copy of the License at//  http://www.mozilla.org/MPL/// //  Software distributed under the License is distributed on an "AS IS"//  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See//  the License for the specific language governing rights and limitations//  under the License.// //  The Original Code is CPhone, a cross platform voip gui.////  The Initial Developer of the Original Code is Derek Smithies.////  Copyright (C) 2002 Indranet Technologies Ltd, //                                  http://www.indranet-technologies.com//  All Rights Reserved.////  Contributor(s): _______________/* *  $Log: keys.h,v $ *  Revision 1.2  2003/04/04 04:37:49  dereksmithies *  Major upgrade. *  Ixj & microtelco support added. Fix threading issues. * *  Revision 1.1.1.1  2002/05/12 22:55:02  dereksmithies *  Initial release. * * * * */const char LocalVideoWindowTopConfigKey[] = "LocalVideoWindowTop";#define ADDRESSBOOK_CONFIG                   "AddressBook"#define AUDIO_CONFIG                         "Audio"#define CODECS_CONFIG                        "Codecs"#define SETTINGS_CONFIG                      "Settings"#define VIDEO_CONFIG                         "Video"          #define CHECKBOXAUTOANSWER_KEY               "CheckBoxAutoAnswer"#define CHECKBOXDEFAULTAUDIO_KEY             "CheckBoxDefaultAudio"#define CHECKBOXDEFAULTVIDEO_KEY             "CheckBoxDefaultVideo"#define CHECKBOXDISABLEFASTSTART_KEY         "CheckBoxDisableFastStart"#define CHECKBOXDISABLEH245TUNNEL_KEY        "CheckBoxDisableH245Tunnel"#define CHECKBOXDISABLESILENCEDETECTION_KEY  "CheckBoxDisableSilenceDetection"#define CHECKBOXDISPLAYLOCALVIDEO_KEY        "CheckBoxDisplayLocalVideo"#define CHECKBOXLARGESIZE_KEY                "CheckBoxLargeSize"#define CHECKBOXSEARCHFORAGATEKEEPER_KEY     "CheckBoxSearchForAGatekeeper"#define CHECKBOXVIDEORECEPTIONENABLED_KEY    "CheckBoxVideoReceptionEnabled"#define CHECKBOXVIDEOTRANSMISSIONENABLED_KEY "CheckBoxVideoTransmissionEnabled"#define CHECKBOXFLIPLOCALVIDEO_KEY           "CheckBoxFlipLocalVideo"#define CHECKBOXFLIPRECEIVEDVIDEO_KEY        "CheckBoxFlipReceivedVideo"#define COMBOBOXAUDIODEVICE_KEY              "ComboBoxAudioDevice"#define COMBOBOXECHOCANCELLATION_KEY         "ComboBoxEchoCancellation"#define COMBOBOXVIDEOINPUTDEVICE_KEY         "ComboBoxVideoInputDevice"#define PUSHBUTTONCANCEL_KEY                 "PushButtonCancel"#define PUSHBUTTONCONNECT_KEY                "PushButtonConnect" #define PUSHBUTTONHELPADDRESSBOOK_KEY        "PushButtonHelpAddressbook"#define PUSHBUTTONSAVECHANGES_KEY            "PushButtonSaveChanges" #define RADIOBUTTONPALVIDEOFORMAT_KEY        "RadioButtonPalVideoFormat"#define RADIOBUTTONNTSCVIDEOFORMAT_KEY       "RadioButtonNtscVideoFormat"#define SLIDERBRIGHTNESS_KEY                 "SliderBrightness" #define SLIDERCOLOUR_KEY                     "SliderColour"#define SLIDERCONTRAST_KEY                   "SliderContrast" #define SLIDERHUE_KEY                        "SliderHue"#define SLIDERWHITENESS_KEY                  "SliderWhiteness"#define SLIDERJITTERBUFFERSIZE_KEY           "SliderJitterBufferSize" #define SLIDERMICROPHONE_KEY                 "SliderMicrophone"#define SLIDERSPEAKER_KEY                    "SliderSpeaker" #define SPINBOXBANDWIDTHAUDIO_KEY            "SpinBoxBandwidthAudio"#define SPINBOXBANDWIDTHVIDEO_KEY            "SpinBoxBandwidthVideo" #define SPINBOXFRAMESETHERNETPACKET_KEY      "SpinBoxFramesEthernetPacket"#define SPINBOXNUMBERSOUNDBUFFERS_KEY        "SpinBoxNumberSoundBuffers" #define SPINBOXVIDEOINPUTCHANNEL_KEY         "SpinBoxVideoInputChannel"#define SPINBOXVIDEORECEIVEQUALITY_KEY       "SpinBoxVideoReceiveQuality"#define SPINBOXVIDEOTRANSMITQUALITY_KEY      "SpinBoxVideoTransmitQuality"#define TOOLBUTTONAUDIO_KEY                  "ToolButtonAudio"#define TOOLBUTTONCONNECT_KEY                "ToolButtonConnect" #define TOOLBUTTONEXITPROGRAM_KEY            "ToolButtonExitProgram"#define TOOLBUTTONSETTINGS_KEY               "ToolButtonSettings" #define TOOLBUTTONVIDEO_KEY                  "ToolButtonVideo"#define SPINBOXFRAMESETHERNETPACKET_KEY      "SpinBoxFramesEthernetPacket"#define SPINBOXBANDWIDTHAUDIO_KEY            "SpinBoxBandwidthAudio"#define SPINBOXBANDWIDTHVIDEO_KEY            "SpinBoxBandwidthVideo"#define SPINBOXLOWUDPPORT_KEY                "SpinBoxLowUdpPort"#define SPINBOXHIGHUDPPORT_KEY               "SpinBoxHighUdpPort"#define LINEEDITGATEKEEPER_KEY               "LineEditGatekeeper"#define LINEEDITUSERNAME_KEY                 "LineEditUserName"#define EXTERNALNATADDRESS_KEY               "ExternalNatAddress"#define DONATTRAVERSAL_KEY                   "DoNatTraversal"#define DOMICROTELCO_KEY                     "DoMicroTelco"#define MICROTELCOACCOUNT_KEY                "MicroTelcoAccount"#define MICROTELCOPASSWORD_KEY               "MicroTelcoPassword"

⌨️ 快捷键说明

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