📄 vismcu.h
字号:
// VISMCU.h : main header file for the VISMCU application
//
#if !defined(AFX_VISMCU_H__ABF3755F_F929_4A42_B8EC_0A562DA35258__INCLUDED_)
#define AFX_VISMCU_H__ABF3755F_F929_4A42_B8EC_0A562DA35258__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
#define COMPANY "115Studio"
#define PRODUCT "VIS MCU"
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define CODE_STATUS ReleaseCode
#define BUILD_NUM 5
#define DEFAULT_ROOM "会议1"
#define DEFAULT_ROOM_SIZE 16
#define KEY_PREFERRED_AUDIO_CODEC "PreferredAudioCodec"
#define KEY_AUDIO_JITTER "AudioJitter"
#define KEY_SILENCE_DETECTION_MODE "SilenceDetectionMode"
#define KEY_SILENCE_DETECTION_THRESHOLD "SilenceDetectionThreshold"
#define KEY_SEND_VIDEO "SendVideo"
#define KEY_VIDEO_FORMAT "VideoFormat"
#define KEY_VIDEO_FPS "VideoFPS"
#define KEY_VIDEO_QUALITY "VideoQuality"
#define KEY_VIDEO_BKCOLOR "VideoBKColor"
#define KEY_BANDWIDTH "Bandwidth"
#define KEY_MAX_CONN "MaxConn"
#define KEY_LISTEN_PORT "ListenPort"
#define KEY_DEFAULT_ROOM "DefaultRoom"
#define KEY_ROOM_SIZE "RoomSize"
#define KEY_FASTSTART "Faststart"
#define KEY_H245TUNNEL "H245Tunnel"
#define KEY_H245INSETUP "H245inSetup"
#define KEY_USER_NAME "UserName"
#define KEY_USER_ALIAS "UserAlias"
#define KEY_PASSWORD "Password"
#define KEY_GK_ADDRESS "GKAddress"
#define KEY_AUTO_LOGIN "AutoLogin"
#define SEC_RECENT_CALL "RecentCall"
#define KEY_AUTO_SAVE_LOG "AutoSaveLog"
/////////////////////////////////////////////////////////////////////////////
// CVISMCUApp:
// See VISMCU.cpp for the implementation of this class
//
class CVISMCUApp : public CWinApp
{
public:
CVISMCUApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVISMCUApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
public:
//{{AFX_MSG(CVISMCUApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VISMCU_H__ABF3755F_F929_4A42_B8EC_0A562DA35258__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -