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

📄 propertiesdlg.h

📁 VIS H.323 Library V2.1 Release
💻 H
字号:
/*
  VIS H.323 Video Conference System
      --Sample for VIS H.323 DLL Library 2.1 Release

  For more information,visit our homepage 
  
    [http://www.115studio.com]

  or mail to us for tech support and bug report

    [support@115studio.com]

  2000-2004 115Studio
  
  2004-04-05
*/
#if !defined(AFX_PROPERTIESDLG_H__6D9780C2_AE9E_4155_B4F2_594AC1A75164__INCLUDED_)
#define AFX_PROPERTIESDLG_H__6D9780C2_AE9E_4155_B4F2_594AC1A75164__INCLUDED_
#include <afxmt.h>
#include <VFW.h>
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropertiesDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPropertiesDlg dialog

class CPropertiesDlg : public CDialog
{
// Construction
public:
	BITMAPINFO m_bmi;
	CMutex m_mutex;
	void Render(DWORD connID,BYTE *frame,int w,int h);
	HDRAWDIB m_hDrawDIB;
	DWORD m_connID;
	DWORD m_audioDataSent;
	DWORD m_audioDataRcvd;
	DWORD m_videoDataSent;
	DWORD m_videoDataRcvd;
	DWORD m_videoFrameSent;
	DWORD m_videoFrameRcvd;
	CPropertiesDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPropertiesDlg)
	enum { IDD = IDD_PROPERTIES_DLG };
	CComboBox	m_comboTransmitFormat;
	CSpinButtonCtrl	m_spinTransmitFPS;
	CSpinButtonCtrl	m_spinThreshold;
	CSpinButtonCtrl	m_spinQuality;
	CSpinButtonCtrl	m_spinJitter;
	CComboBox	m_comboSilenceDetection;
	UINT	m_jitter;
	UINT	m_quality;
	CString	m_remoteApp;
	CString	m_remoteIP;
	CString	m_remotePartyName;
	int		m_silenceDetection;
	UINT	m_threshold;
	UINT	m_transmitFPS;
	int		m_transmitFormat;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPropertiesDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPropertiesDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnDestroy();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PROPERTIESDLG_H__6D9780C2_AE9E_4155_B4F2_594AC1A75164__INCLUDED_)

⌨️ 快捷键说明

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