资源简介
实现音频的播放,并加有进度条,里面还带有基本步骤做法,很详细

代码片段和文件信息
// MCIClass.cpp: implementation of the CMCIClass class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include
#include
//#include “MCIPlayer.h“
#include “MCIClass.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CMCIClass::CMCIClass(HWND hWnd)
{
m_strMediumAlias = ““;
m_hWndCallback = hWnd;
m_bMediumOpen = FALSE;
}
CMCIClass::~CMCIClass()
{
Stop();
Close();
}
LONG CMCIClass::Open(LPCSTR strMediumName
LPCSTR strMediumType
LPCSTR strstyle
HWND hWnd)
{
if (IsMediumOpen())
{
Stop();
Close();
}
if (hWnd != NULL)
m_hWndCallback = hWnd;
CString strMedium = strMediumType;
CString strCmd = “open “;
m_strMediumAlias = strMediumType;
m_strMediumAlias += “_ALIAS“;
strCmd += strMediumName;
strCmd += “ type “;
strCmd += strMediumType;
strCmd += “ alias “;
strCmd += m_strMediumAlias;
if (!strMedium.CompareNoCase(“AVIVideo“))
{
strCmd += “ style “;
strCmd += strstyle;
CString strHWnd;
if (m_hWndCallback != NULL)
{
strHWnd.Format(“ parent %u“ m_hWndCallback);
strCmd += strHWnd;
}
}
LONG lRet = Execute(strCmd);
if (lRet == 0)
m_bMediumOpen = TRUE;
return lRet;
}
LONG CMCIClass::Close()
{
m_bMediumOpen = FALSE;
CString strCmd = “close “;
strCmd += m_strMediumAlias;
return Execute(strCmd);
}
LONG CMCIClass::Play(LPCSTR strstyle LPCSTR strFlag)
{
CString strCmd = “play “;
strCmd += m_strMediumAlias;
CString strstyle0 = strstyle;
if (!strstyle0.CompareNoCase(“fullscreen“) ||
!strstyle0.CompareNoCase(“window“))
{
CString strPut = “put “;
strPut += m_strMediumAlias;
strPut += “ source destination“;
Execute(strPut);
strCmd += strstyle;
}
CString s = strFlag;
if (!s.IsEmpty())
{
strCmd += “ “;
strCmd += strFlag;
}
return Execute(strCmd);
}
LONG CMCIClass::Pause()
{
CString strCmd = “pause “;
strCmd += m_strMediumAlias;
return Execute(strCmd);
}
LONG CMCIClass::Resume()
{
CString strCmd = “resume “;
strCmd += m_strMediumAlias;
return Execute(strCmd);
}
LONG CMCIClass::Record()
{
CString strCmd = “record “;
strCmd += m_strMediumAlias;
return Execute(strCmd);
}
LONG CMCIClass::Save(LPCSTR strFileName)
{
CString strCmd = “save “;
strCmd += m_strMediumAlias + “ “;
strCmd += strFileName;
return Execute(strCmd);
}
LONG CMCIClass::Seek(LONG lPos)
{
CString strPos;
if (lPos == 0L)
strPos = “ to start“;
else if (lPos == -1L)
strPos = “ to end“;
else
strPos.Format(“ to %ld“ lPos);
CString strCmd = “seek “;
strCmd += m_strMediumAlias;
strCmd += strPos;
return Execu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-06-01 15:40 MyPla
目录 0 2014-06-01 15:13 MyPla
文件 52450 2014-06-01 15:13 MyPla
文件 127029 2014-06-01 15:40 MyPla
文件 258316 2014-06-01 15:40 MyPla
文件 15339 2013-04-16 19:48 MyPla
文件 5504776 2013-04-16 19:48 MyPla
文件 410624 2014-06-01 15:40 MyPla
文件 2928 2014-05-26 20:20 MyPla
文件 48135 2013-04-16 19:48 MyPla
文件 105993 2013-04-16 19:48 MyPla
文件 230400 2014-06-01 15:40 MyPla
文件 372736 2014-06-01 15:13 MyPla
文件 6157 2002-12-10 22:49 MyPla
文件 1386 2002-12-09 21:47 MyPla
文件 36448 2014-05-26 20:20 MyPla
文件 1502 2014-06-01 15:40 MyPla
文件 2129 2002-12-14 23:37 MyPla
文件 4358 2003-05-16 23:12 MyPla
文件 539 2002-12-10 21:54 MyPla
文件 1346 2002-12-10 21:54 MyPla
文件 156672 2014-06-01 15:40 MyPla
文件 307712 2014-06-01 15:40 MyPla
文件 726 2014-06-01 15:40 MyPla
文件 6172 2014-05-26 20:20 MyPla
文件 8356 2003-05-07 22:34 MyPla
文件 1659 2003-05-07 20:52 MyPla
文件 3615 2002-12-10 21:54 MyPla
文件 210 2002-12-10 21:54 MyPla
文件 1054 2002-12-10 21:54 MyPla
目录 0 2014-05-26 13:59 MyPla
............此处省略3个文件信息
- 上一篇:google APIs
- 下一篇:单片机音乐代码生成器.zip
相关资源
- 易语言播放器组件无缝转换(Demo2.e)
- Windows异步套接字网络编程
- VC 获得文件属性 获取文件的创建时
- 基于MVC模式的会员管理系统
- silicon lab公司的收音IC SI47XX全套开发工
- 读者写者问题(读者优先,写者优先
- MFC程序-碰撞的小球
- vc 柱形图 CBarChart
- 用vc 写的导线测量,针对刚学测绘的
- 用VC 编写的仿QQ聊天室程序源代码
- 我做的电子琴,21个音,一般歌曲基本
- DOS播放器 QuickViewPro破解版
- 栅栏填充算法源码(VC)
- 简单的房屋租赁系统
- .net网站服装销售系统(MVC)
-
ob
jectARX给Auto CAD加工具条 - blowfish的vc2008工程.rar
- js万能播放器,网页播放插件实例
- 画图程序MFC/VC/VC CRectTracker 串行化
- capon波束形成算法-VC实现
- 读取串口数据并画实时曲线的VC 程序
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
- keil vcom windows 7 64bit 驱动
- vc URL编解码类
- vc编写中国象棋详细源码注释并附有视
- VC 围棋源代码
评论
共有 条评论