1、 多媒体播放软件设计多媒体播放软件设计 摘摘 要要 多媒体技术是使用计算机交互式综合技术和数字通信网络技术处理多种表示媒体 文本、图形、图像、视频和声音,使多种信息建立逻辑连接,集成为一个交互式系 统。随着科学技术的发展,多媒体素材类型也增多,包括音频、视频、图像、动画等, 如何将这些丰富的媒体表现给人们已是人们关注的焦点。播放器正是能将媒体生动的表 现出来的工具之一,因此实用的播放器更是人们所需求的。 本课题“多媒体播放软件设计”就是为了设计一个实用的播放器。首先解决了 MCI 函数与命令消息的名称类型和功能问题。其次,是通过分析媒体播放的具体过程,在打 开媒体设备的过程中应用程序需要做哪些
2、事情,在应用程序中加入对这些过程支持的代 码。再次,对应用程序的流程构造大致的轮廓,再完善程序框架的设计,应用程序外观 的设计。最后,也是最关键的就是编写实现播放媒体的代码将播放器的基本功能实现。 此播放器是在 VC 平台下基于 MFC 集成开发环境,利用 VC 系统的 MCI(Media Controller Interface)命令接口编程实现,具有体积小、支持的播放格式多、系统资源占 有少的优势。同时支持播放列表编辑、支持文件的打开、保存的功能。虽然体积很小, 但是基本完成了对常见音频、视频媒体的播放功能。 关键词关键词:媒体播放器;播放列表;音频;视频 ABSTRACT Multime
3、dia technology is the integrated use of interactive computer technology and digital communications network technology that address a variety of media - text, graphics, images, and video and voice so that the logic of the establishment of a wide range of information access, integrated into an interac
4、tive system. With the development of science and technology, the multimedia material type increases too, including audio frequency, video, picture, cartooned., how to behave to give people the focus which people have paid close attention to already these abundant medias. The player is exactly the first of tool showing the media vividly, so the practical player is the demands of people even more. My design“ multimedia broadcast software design “ in order to design a practical player Have solve