资源简介
ffmpeg+mfc 实现的播放器 , 用VS2005写的 具有播放 暂停 停止 快进快退 设置音量大小 全屏等功能 非常适合入门者使用。
代码片段和文件信息
// FFMPEG_SDL_MFC_Player_1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “FFMPEG_SDL_MFC_Player_1.h“
#include “FFMPEG_SDL_MFC_Player_1Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CFFMPEG_SDL_MFC_Player_1App
BEGIN_MESSAGE_MAP(CFFMPEG_SDL_MFC_Player_1App CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// CFFMPEG_SDL_MFC_Player_1App construction
CFFMPEG_SDL_MFC_Player_1App::CFFMPEG_SDL_MFC_Player_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
// The one and only CFFMPEG_SDL_MFC_Player_1App object
CFFMPEG_SDL_MFC_Player_1App theApp;
// CFFMPEG_SDL_MFC_Player_1App initialization
BOOL CFFMPEG_SDL_MFC_Player_1App::InitInstance()
{
// InitCommonControlsEx() is required on Windows XP if an application
// manifest specifies use of ComCtl32.dll version 6 or later to enable
// visual styles. Otherwise any window creation will fail.
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// Set this to include all the common control classes you want to use
// in your application.
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinApp::InitInstance();
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need
// Change the registry key under which our settings are stored
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
CFFMPEG_SDL_MFC_Player_1Dlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15230976 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 391168 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 1732096 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 2915328 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 237056 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 2908160 2013-11-23 08:36 FFMPEG_SDL_MFC_Pla
文件 6097780 2013-11-23 08:36 FFMPEG_SDL_MFC_Pla
文件 11045888 2013-11-23 08:36 FFMPEG_SDL_MFC_Pla
文件 177664 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 303616 2012-01-15 11:49 FFMPEG_SDL_MFC_Pla
文件 110080 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 342016 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 15230976 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 391168 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 1732096 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 2915328 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 237056 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 3768312 2008-07-29 08:05 FFMPEG_SDL_MFC_Pla
文件 3058688 2013-11-21 11:27 FFMPEG_SDL_MFC_Pla
文件 177664 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 303616 2012-01-15 11:49 FFMPEG_SDL_MFC_Pla
文件 110080 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 342016 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 2359350 2013-08-14 10:17 FFMPEG_SDL_MFC_Pla
文件 8309 2009-10-02 13:35 FFMPEG_SDL_MFC_Pla
文件 168292 2013-06-25 10:32 FFMPEG_SDL_MFC_Pla
文件 3060 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 2129 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 10659 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
文件 4007 2012-11-06 06:57 FFMPEG_SDL_MFC_Pla
............此处省略203个文件信息
相关资源
- MFC 编写的文本编辑器
- 北邮程序实践--基于VS2010MFC的简单聊天
- 基于mfc和opengl的6R机械臂仿真程序
- MFC 美化界面代码
- 制作带MFC界面的DLL以及调用
- 基于mfc十段均衡器的设计
- 深入浅出MFC简体中文版侯俊杰
- MFC快速实现对话框等比例的放大缩小
- vs2010 MFC+ADO方式连接sql server实现商品
- MFC-MCI简单音乐播放器源码
- MFC对话框中从文件中插入图片VS2010
- 《C++游戏开发》笔记十一 平滑动画
- 《MFC游戏开发》笔记十 碰撞检测 配套
- 《MFC游戏开发》笔记三 透明贴图 配套
- 《MFC游戏开发》笔记八 粒子系统 配套
- MFC实现实时曲线显示
- MFC CSerialPort类串口通信
- mfc+opencv读取摄像头视频并实现抓图
- PCL与MFC配合编译
- [MFC]很好用的图片浏览器
- VC++ MFC 图书馆管理系统
- 最短路径查寻
- MFC中调用CUDA及配置等
- 基于MFC+MySql的个人健康管理系统
- MFC实现用四阶龙格库塔求解微分方程
- AES MFC
- MFC停车场管理系统项目
- 基于MFC实现BMP的显示24色变灰
- MFC邮件客户端支持收发邮件
- Visual C++ MFC 源代码大全
评论
共有 条评论