1 / 56
文档名称:

基于VC平台的MCI媒体播放器_毕业论文.doc

格式:doc   页数:56
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于VC平台的MCI媒体播放器_毕业论文.doc

上传人:799474576 2013/9/20 文件大小:0 KB

下载得到文件列表

基于VC平台的MCI媒体播放器_毕业论文.doc

文档介绍

文档介绍:毕业设计报告(论文)

题目:基于VC平台的MCI媒体播放器
所属系电子工程系
专业自动化
学号 01208411
姓名唐丽
指导教师王迷迷
起讫日期 ---
设计地点东南大学成贤学院
东南大学成贤学院毕业设计报告(论文)
诚信承诺
本人承诺所呈交的毕业设计报告(论文)及取得的成果是在导师指导下完成,引用他人成果的部分均已列出参考文献。如论文涉及任何知识产权纠纷,本人将承担一切责任。

学生签名:
日期:
基于VC平台的MCI媒体播放器
摘要
目前常见的多媒体软件应该说各有特色,社会群体也广泛使用,但是几乎每一个都存在着不如人意的地方。我的课题是“基于VC平台的MCI媒体播放器”,首先是初步介绍一些当前的媒体及媒体播放器,然后是详细介绍一个由本人设计的多媒体播放器――Myplayer。该播放器是基于MFC集成开发环境,利用系统的MCI命令接口来编程,能实现打开、播放、前进、后退、暂停、继续、停止歌曲,添加滑动条控件控制歌曲,支持歌手、歌名、歌词的显示,音量控制,同时还具体积小,支持的播放格式多、系统资源占用少、支持播放列表编辑、支持各种音频格式等功能优势。
关键词:媒体播放器;MCI;播放列表;音频;MFC
The MCI Media Player Designed by VC++
Abstract
There are different characteristic among the normal multimedia player at present, they are used by the whole society ,but there are ing for all of these software nearly. My center is "The MCI Media Player Designed by VC++ ".Then introduce those media formats and players at present, then there is a particular presentation for the media player that designed by myself--Myplayer. This player is based on MFC, referring to MCI(media controller interface) from system, having many good functions such as open、play songs ,listening to the previous or the next of the songs ,also it can make the slide to control songs,supporting the show of the lyric and controlling the volume,in addition,the player also has little size, supporting many kinds of format of media, taking up less system resource, supporting list control for playing.
Keywords: media player;MCI;play list;audio;MFC
目录
摘要 I
Abstract II
第一章引言 1
基于VC平台的MCI播放器开发背景 1
系统概述及解决的主要问题 1
系统的指导思想、采用的相关理论及方法 1
多媒体播放器发展现状及存在的问题 2
研发目的及意义 3
论文结构 3
第二章系统软件计划 4
Visual C++简介 4
媒体格式简介 4
媒体 4
多媒体 5
常见播放器 5
Real Player 5
Windows Player 5
Quick Time Player 5
5
第三章系统需求分析与论证 7
需求分析 7
播放器性能需求分析 7
播放器功能需求分析 7
可行性分析 8
方案论证 8
8
系统设计步骤 9
MCI接口分析 9
MCI设备 9
MCI函数与命令 10
MCI命令消息接口方式 12