資源簡介
可實現(xiàn)“一對一”、“一對多”以及“多對多”等多種模式的音頻、視頻交互。
可以用來開發(fā)視頻會議系統(tǒng),語音視頻聊天系統(tǒng)等。

代碼片段和文件信息
//?AnyChatInputVideo.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“AnyChatInputVideo.h“
#include?“AnyChatInputVideoDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAnyChatInputVideoApp
BEGIN_MESSAGE_MAP(CAnyChatInputVideoApp?CWinApp)
//{{AFX_MSG_MAP(CAnyChatInputVideoApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAnyChatInputVideoApp?construction
CAnyChatInputVideoApp::CAnyChatInputVideoApp()
{
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CAnyChatInputVideoApp?object
CAnyChatInputVideoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CAnyChatInputVideoApp?initialization
BOOL?CAnyChatInputVideoApp::InitInstance()
{
//?Standard?initialization
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CAnyChatInputVideoDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
}
else?if?(nResponse?==?IDCANCEL)
{
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1074??2011-10-11?17:15??C++\AnyChatInputVideo\AnyChatInputVideo.clw
?????文件???????1582??2011-09-29?20:56??C++\AnyChatInputVideo\AnyChatInputVideo.cpp
?????文件???????4294??2011-09-29?20:56??C++\AnyChatInputVideo\AnyChatInputVideo.dsp
?????文件????????557??2011-09-29?20:56??C++\AnyChatInputVideo\AnyChatInputVideo.dsw
?????文件???????1303??2011-09-29?20:56??C++\AnyChatInputVideo\AnyChatInputVideo.h
?????文件???????4892??2011-10-11?16:49??C++\AnyChatInputVideo\AnyChatInputVideo.rc
?????文件??????11068??2012-05-11?15:11??C++\AnyChatInputVideo\AnyChatInputVideoDlg.cpp
?????文件???????2434??2011-10-14?14:34??C++\AnyChatInputVideo\AnyChatInputVideoDlg.h
?????文件??????18302??2012-09-09?21:39??C++\AnyChatInputVideo\AnyChatSDK\BRAnyChatCore.lib
?????文件??????21922??2012-09-09?21:30??C++\AnyChatInputVideo\AnyChatSDK\BRAnyChatCoreSDK.h
?????文件??????10157??2011-09-16?21:10??C++\AnyChatInputVideo\AnyChatSDK\BRAnyChatSDKProc.h
?????文件???????3605??2011-01-10?13:08??C++\AnyChatInputVideo\AnyChatSDK\GVClientst
?????文件???????3483??2011-03-23?09:26??C++\AnyChatInputVideo\AnyChatSDK\GVErrorCodeDefine.h
?????文件???????3405??2011-03-21?18:42??C++\AnyChatInputVideo\AnyChatSDK\GVMessageDefine.h
?????文件???????1694??2011-01-10?13:08??C++\AnyChatInputVideo\AnyChatSDK\GVSDK.h
?????文件???????1078??2011-09-29?20:56??C++\AnyChatInputVideo\res\AnyChatInputVideo.ico
?????文件????????409??2011-09-29?20:56??C++\AnyChatInputVideo\res\AnyChatInputVideo.rc2
?????文件????????787??2011-10-11?16:49??C++\AnyChatInputVideo\resource.h
?????文件????????219??2011-09-29?20:56??C++\AnyChatInputVideo\StdAfx.cpp
?????文件????????999??2011-09-29?20:56??C++\AnyChatInputVideo\StdAfx.h
?????文件???????1556??2011-11-15?20:44??C++\AnyChatInputVideo\接口說明.txt
?????文件????????572??2009-12-29?09:13??C++\AnyChatSDKDemo.dsw
?????文件????????914??2010-09-08?15:23??C++\AnyChatSDKDemo.sln
????..A..H.?????12288??2012-05-11?15:15??C++\AnyChatSDKDemo.suo
?????文件??????22067??2012-09-09?21:31??C++\BRAnyChatSDKDemo\AnyChatSDK\include\BRAnyChatCoreSDK.h
?????文件??????10157??2011-09-16?21:10??C++\BRAnyChatSDKDemo\AnyChatSDK\include\BRAnyChatSDKProc.h
?????文件???????3605??2011-01-10?13:08??C++\BRAnyChatSDKDemo\AnyChatSDK\include\GVClientst
?????文件???????3483??2011-03-23?09:26??C++\BRAnyChatSDKDemo\AnyChatSDK\include\GVErrorCodeDefine.h
?????文件???????3405??2011-03-21?18:42??C++\BRAnyChatSDKDemo\AnyChatSDK\include\GVMessageDefine.h
?????文件???????1694??2011-01-10?13:08??C++\BRAnyChatSDKDemo\AnyChatSDK\include\GVSDK.h
............此處省略29個文件信息
- 上一篇:遙感圖像變化檢測程序
- 下一篇:基于IE內(nèi)核的瀏覽器程序
評論
共有 條評論