资源简介
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个文件信息
相关资源
- 视频处理控件TVideoGrabber.v6.7.5.For.Del
- 视频处理软件NeroVideo2019v20.0.3001中文特
- Video Enhancer去除视频马赛克软件 v3.1完
- TVideoGrabber.v.10.5.1.4.XE10.1.x32-x64.Cracke
- FFVideoPlyer_视频读帧解码播放.rar
- 基于FFMPEG_SDL2_音视频播放_参考音频时
- RWDevCon 2018 Vault Video Bundle
- VideoCapx .6.3 破解版
- ISO_IEC_11172-2 MPEG1标准
- Easy Video Reverser v3.9.5破解版视频慢动作
- 双流网络讲解PPT Two-Stream Convolutional
- Implementing Cisco IP Telephony and Video Part
- High Efficiency Video Coding(HEVC_book)
- video TS文件
- capture video
- Video_coding_using_the_H.264_MPEG-4_AVC_compre
- DisplayPort spec v1.1a
- High Efficiency Video Coding (Hevc) Algori
- Video Game Optimization
- AVSVideoReMaker 4.0.5.135 破解+汉化+中英
- the-ultimate-guide-to-video-game-writing-and-d
- 微软的视频编码标准VC1wmv9标准文档
- SuperVideoSplitter(视频分割软件)v5.4免
- JFVideoEncrypt
- Digital Video and Audio Broadcasting Technolog
- VideoEye 0.2 源代码
- VideoEye 0.2 测试版
- BoilsoftVideoJoinerPortable
-
ProVideoPla
yer1.4.4 - FFDShow MPEG-4 Video Decoder 2008 03.20
评论
共有 条评论