毕业论文--播放器.rar
毕业论文--播放器,摘 要 随着技术的发展,媒体素材类型也增多,随着硬件技术的提高,媒体技术已为各类人员广泛使用,开发制作这一播放器具有现实意义,它与现有的媒体资源应用状况紧密结合,既具很强的直观感,又不失一般性。 媒体播放器,又称媒体播放机,通常是指电脑中用来播放多媒体的应用软件,例如windows media player等。...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wanlitengfei 发布摘 要
随着技术的发展,媒体素材类型也增多,随着硬件技术的提高,媒体技术已为各类人员广泛使用,开发制作这一播放器具有现实意义,它与现有的媒体资源应用状况紧密结合,既具很强的直观感,又不失一般性。
媒体播放器,又称媒体播放机,通常是指电脑中用来播放多媒体的应用软件,例如Windows Media Player等。它可以播放MP3、AVI、MPEG、WMV等多种视频音频媒体文件的播放,有的比较高级的甚至还可以对媒体文件进行简单的编辑。由于在Windows Me的中文Windows一直都把 Windows Media Player 称作媒体播放器,所以媒体播放器在电脑老用户中成了Windows Media Player的代名词。当然,到了现在我们有了更多的选择,目前比较常用的媒体播放软件有暴风影音、迅雷看看、RealPlayer、Windows Media Player、KMPlayer等。其功能也越来越多,已经不仅仅是播放器。但是相对于众多的使用群体来说,很难使一款软件来满足大家的要求,有的人也开始自己动手开发媒体播放器。
利用MFC强大而全面的类库,结合ActiveX控件资源开发一款简单而实用的多媒体播放软件,可以分别通过按钮和菜单实现媒体文件的打开、播放、暂停、停止、循环播放、关闭等功能。同时具备自制的播放列表,可以按照列表的顺序实现上一曲、下一曲的播放。
关键词:媒体播放器; MFC;ActiveX控件
Abstract
Material type also increased with the development of technology, media, with the improvement of hardware technology, media technology has been widely used for all kinds of personnel and development make this player has the practical significance, it combined with existing media resources application status closely, both has the very strong intuitive sense, and general.
Players, Media players, also known as the Media usually refers to the computer to play multimedia applications, such as Windows Media Player, etc. It can play AVI, MPEG, MP3, WMV and other audio video media files, some of the more advanced media files can even be simple editing. Because Windows in Windows Me Chinese has always been the Windows Media Player called Media Player, Media Player on the computer so the old user became synonymous with Windows Media Player. And, of course, now we have more choices, at present there are storm Media Player software that are widely used in the video, thunderbolt see, RealPlayer, Windows Media Player, KMPlayer, etc. Its function is also more and more, already is not only a player. But relative to the use of many groups, it is difficult to make a software to meet the requirements of people, some people began to develop media player myself.
Use the MFC and the comprehensive strong class libraries, combined with ActiveX controls resources to develop a simple and practical multimedia playback software, can be realized respectively by button and menu of media files open, play, pause, stop, looping, closed, etc. Have a combination of homemade playlists, can be implemented in accordance with the order of the list on a song, play a song.
Keywords: The media player; MFC; ActiveX control
目 录
引言 1
1多媒体格式及运用技术介绍 4
1.1 多媒体的定义 4
1.2 多媒体开发工具 5
1.3 多媒体数据压缩和编码技术标准 5
1.4 图像格式分析 6
1.5 图像的编码和解码 7
1.6 数字音、视频格式 8
1.7 常见播放器 9
1.8 CWMPPlayer4命令接口编程...................................................................................10
2 软件需求分析 12
2.1 需求分析 12
2.2 可行性研究 12
3 软件开发与设计 13
3.1 概要设计 13
3.2 软件的详细设计 14
3.3 视频音频的播放控制 15
3.4 图片播放及处理设计 20
3.5 对列表的控制 27
3.6 菜单设置 30
结 论 31
致 谢 32
参考文献 33
附录A 英文原文.........................................................34
A.1 Wide character (string)...............................................................................................34
A.2 Text output..................................................................................................................39
A.3 File to read and write..................................................................................................41
附录B 汉语翻译.........................................................45
B.1 宽字符(串)......................................................45
B.2 文字输出..........................................................50
B.3 文件读写..........................................................52