www.pudn.com > demo_client_VE_Lite.zip > VoiceEngine_DemoAppDlg.h
// VoiceEngine_DemoAppDlg.h : header file
//
#if !defined(AFX_VOICEENGINE_DEMOAPPDLG_H__0D44D148_A5EF_46C8_AD4E_57FCCBE9568F__INCLUDED_)
#define AFX_VOICEENGINE_DEMOAPPDLG_H__0D44D148_A5EF_46C8_AD4E_57FCCBE9568F__INCLUDED_
#include "GIPSVoiceEngineLite.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CVoiceEngine_DemoAppDlg dialog
class CVoiceEngine_DemoAppDlg : public CDialog
{
// Construction
public:
CVoiceEngine_DemoAppDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVoiceEngine_DemoAppDlg)
enum { IDD = IDD_VOICEENGINE_DEMOAPP_DIALOG };
CButton m_AGC;
CComboBox m_checkoncall1;
CComboBox m_checkoncall;
long m_isacbitrate;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVoiceEngine_DemoAppDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CVoiceEngine_DemoAppDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStartListen();
afx_msg void OnStopListen();
afx_msg void OnStartPlay();
afx_msg void OnStopPlay();
afx_msg void OnStartSend();
afx_msg void OnStopSend();
afx_msg void OnSelchangeCodec();
afx_msg void OnAEC();
afx_msg void OnButton7();
afx_msg void OnInit();
afx_msg void OnInit2();
afx_msg void OnButton8();
afx_msg void OnButtonDtmf();
afx_msg void OnReleasedcaptureVolplayback(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnReleasedcaptureVolrecording(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSelchangeSelSpeaker();
afx_msg void OnSelchangeSelMic();
afx_msg void OnAgc();
afx_msg void OnHoldcall3();
afx_msg void OnMute1();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnVersion();
afx_msg void OnQuit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
GipsVoiceEngineLite &m_VoiceEngine;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VOICEENGINE_DEMOAPPDLG_H__0D44D148_A5EF_46C8_AD4E_57FCCBE9568F__INCLUDED_)