资源简介
VFW 视频通话.
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “TalkVideo.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
cs.cx = 640 + 8;
cs.cy = 480 + 34;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1575 2015-10-29 18:03 ChildFrm.cpp
文件 1397 2015-10-28 16:34 ChildFrm.h
文件 2526 2015-10-29 17:58 MainFrm.cpp
文件 1542 2015-10-28 16:34 MainFrm.h
文件 4605 2015-10-29 18:20 PlaySound.cpp
文件 2057 2015-10-29 18:20 PlaySound.h
文件 0 2015-10-29 18:11 playsound.log
文件 4847 2015-10-28 16:34 ReadMe.txt
文件 6247 2015-11-03 11:26 RecodeSound.cpp
文件 1971 2015-11-03 11:23 RecodeSound.h
文件 0 2015-10-29 18:11 recording.log
目录 0 2015-11-02 09:30 res\
文件 919 2015-10-30 14:15 resource.h
文件 1078 2015-10-28 16:34 res\TalkVideo.ico
文件 401 2015-10-28 16:34 res\TalkVideo.rc2
文件 1078 2015-10-28 16:34 res\TalkVideoDoc.ico
文件 1078 2015-10-28 16:34 res\Toolbar.bmp
文件 478 2015-10-30 14:14 res\toolbar1.bmp
文件 211 2015-10-28 16:34 StdAfx.cpp
文件 1309 2015-10-28 16:39 StdAfx.h
文件 34480 2015-11-02 16:53 TalkVideo.aps
文件 6070 2015-11-02 18:36 TalkVideo.clw
文件 4538 2015-10-28 16:34 TalkVideo.cpp
文件 5480 2015-11-02 18:37 TalkVideo.dsp
文件 541 2015-10-28 16:34 TalkVideo.dsw
文件 1389 2015-10-28 16:34 TalkVideo.h
文件 148480 2015-11-03 18:15 TalkVideo.ncb
文件 143872 2015-11-03 18:15 TalkVideo.opt
文件 2030 2015-11-03 18:15 TalkVideo.plg
文件 15308 2015-10-30 14:15 TalkVideo.rc
文件 1914 2015-10-28 16:34 TalkVideoDoc.cpp
............此处省略10个文件信息
相关资源
- Qt VideoCapture图像采集
- rtmp_scuess.rar
- tech_video.zip
- Codec_Setup3.1.zip
- 树莓派GPU手册 videocore IV
- videojs视频可拖动播放与不可拖动播放
- 基于QAbstractVideoSurface实现的摄像头数
- color correction matrix for digital still and
- AVProVideo-1.10.0
- 微信小程序开发之视频播放器带弹幕
- AVPro Video插件
- 基于video4linux2的双usb摄像头图像获取
- AVPro Video 1.7
- Video In to AXI4-Stream v4.0 汉化手册
- usb 2.0 video capture controller
- video-js rtmp播放 swf文件低延迟自编译文
- 基于vfw的局域网视频监控系统udp可传
-
video-pla
yer.zip - IEMOCAP_full_release_withoutVideos
- video_capture.rar
- iphone-inline-video.browser.js
- NatCorder - Video Recording API_1.7.3.unitypac
- FxVideo播放Vungle的单例类
- 视频+时间轴标记,videojs+markers
- 兼容ie8以上的浏览器video.js
- ISOIEC 14496-15 Advanced Video Coding (AVC)
- the YouTube video recommendation system
- x264vfw编码器
- USB Video Class 1.0
- Elecard Video Format Analyzer
评论
共有 条评论