资源简介
可实现“一对一”、“一对多”以及“多对多”等多种模式的音频、视频交互。
可以用来开发视频会议系统,语音视频聊天系统等。
代码片段和文件信息
// 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内核的浏览器程序
评论
共有 条评论