搜索资源列表
MCI
- 最漂亮的MP3播放器源码,对窗体,按钮,光标等控件都做了精美的处理,支持media player 的所有格式。此代码为原创,近期争取在最短时间内上传完全美化版。-most beautiful MP3 player source for windows, buttons, and other controls the cursor has done a fine handling, support for all media player format. This code of the orig
一个用MCI SDK写的媒体播放器
- 一个用MCI SDK写的媒体播放器-MCI SDK with a written media player
MCI
- MCI命令的VC版 用MCI命令来实现多媒体的播放功能,几乎有播放器软件的各种功能,你只是引用这些函数就能做出一个播放器来
MCI
- 是用vc++实现一个cd播放器,能够对放入光驱的cd进行播放,实现普通播放器的功能
非常好用的CD播放器
- 一个好的cd播放器这篇文章是我第一次在VC在线发表,我应该是只VC的菜鸟。为了找个能循环播放mp3的VC源程序,我搜遍了网上的资源(差点气得要砸电脑),好不容易找到一个,却只有程序中的调用,关键的类的生成文件却没有,有什么用?(主要是自己没有MCI函数的具体的参数资料,不知道怎么调用,如果你有,请发一份给我,字符串的我已经有了,命令方式的没有。) 后来找到一个,非常感谢他,作者叫:黄利龙。但他没有单独把类分离出来,且没有保存列表到文件。 我把他的程序打印出来,仔细分析了程序语句,然后进行了修改和
音频播放器MCIPlayer
- 本播放器运用了高层音频服务媒体控制接口MCI,支持WAV,MID,MP3,VCD,AVI,CD,MPEG等全部WINDOWS支持的文件格式。-the players use a high-level audio media control interface MCI, support WAV, MID, MP3, VCD, AVI, CD, MPEG support all Windows file formats.
无外部控件制作多媒体播放器
- 一个没有外部控件的多媒体播放器 利用MCI指令制作播放器,简单实用,很适合于做为自己软件的一个附带功能或背景音乐,正是基于这点需求,我准备分几个部分来写:-a no external controls multimedia players use MCI directive produced players, simple and practical, is well suited to its own software as an incidental function, or the bac
音频播放器MCIPlayer的源代码
- 本播放器运用了高层音频服务媒体控制接口MCI,支持WAV,MID,MP3,VCD,AVI,CD,MPEG等全部WINDOWS支持的文件格式。
mp3播放器
- 用MCI 实现的MP3播放器,能过实现循环播放,鼠标双击播放
MCI Player
- MCI Player简易C++mci播放器
MYMediaPlayer.rar
- 用VC开发的自制播放器编程源代码,利用Windows MCI接口,能实现一般的功能,Made use of VC player development programming source code, the use of Windows MCI interface functions to achieve the general
Volume
- MCI音量控制类,能实现播放器音量的大小调节,欢迎参考使用,反馈于我。-MCI volume control class, able to adjust the size of the player volume, please refer to the use of feedback to me.
mcivideo
- 用MCI写的播放器-Written by MCI player
Wind
- 一个音频播放器,采用mci实现,支持多种格式,也支持lrc歌词。-An audio player, used mci to achieve and support a variety of formats, also supported lrc lyrics.
MCI
- 一个简单实用的播放器,适用于常用格式的音频播放-This is the main application source file that contains the application class CWav3App.
MediaPlayer
- 媒体播放器,可播放常见的MP3,WMV,AVI,ASF格式文件,利用MCI和MCIWnd; VS2005编译通过-Media Player, can be common to play MP3, WMV, AVI, ASF format, using MCI and MCIWnd VS2005 compiler through ...
MCI
- MCI程序设计,可以播放器,有相关的调用函数,是最简单的播放器。-MCI program design, players have the relevant function is called, is the simplest player.
MCI
- 使用CMyMCIVideo类创建数字视频播放器.-Use CMyMCIVideo class to create the digital video player.
MCIPlayer
- MCI 播放器,功能非常完善,可以自动识别视频大小 拖拽,改变大小功能.-MCI player functions very well, can automatically identify the video size of the dragging, resizing function.
简易的基于MCI控件的音乐播放器
- 具有一个音乐播放器所必备的元素:播放、暂停、停止、上一首、下一首、调节音量等功能。