搜索资源列表
MYFirstPlayer
- 一个用MCI写的简陋的媒体播放器,可以播放mp3、wav、wmv、mpg、avi等文件。由于没有对控件扩展所以界面不好看。-with MCI was one of the primitive media player that can play MP3, WAV, wmv, mpg, avi and other documents. The absence of a control interface expansion so it does not look good.
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
- 使用MCI接口播放mp3,AVI 的源码
mp3播放器
- 用MCI 实现的MP3播放器,能过实现循环播放,鼠标双击播放
mp3
- 本程序详细介绍了如何用vc播放MP3,并配有详细代码,便于开发-It introduces how to play music
b
- 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)
test1
- 播放mp3的代码,使用的是mci,很适合初学者来学习,代码很少-Mp3 player code, using mci
13MCIandMMAPI
- 基于MFC框架下的MCI媒体接口,对于想编一个MP3播放器之类学习一下-MFC-based MCI under the framework of the media interface, for a like for like MP3 players to learn about
MP3Player
- 一个用MCI接口编写的MP3播放器,能播放MP3,wav等格式的音频-Prepared with the MCI interface to an MP3 player
MCI_MP3_player
- 通过调用MCI开发的MP3播放器的示例性代码,有基本的播放和滚动控制-Developed by calling the MCI sample of MP3 player code, some basic playback control and scroll
Mp3Player
- MP3播放器,MCI编程实现,功能多多,正能播放mp3格式的音频,有待改进-MP3 player, MCI programming, feature a lot, being able to play mp3 audio, room for improvement
VB-mp3-player
- 用vb写的mci播放器源码,没有用到第三方控件,只用了mci命令-Vb write the mci player source code, did not use third party controls
MP3playerPMCI
- 用MCI做的简单MP3播放器,可播放mp3,wav格式的文件。-Use the simple MCI MP3 player, can play MP3, wav format file.
TestMCI(MP3)
- 用MCI做的MP3播放器,有播放列表,快进、快退等多个功能。-With MCI do MP3 player, have play lists, fast forward, such as multiple function retreat quickly.
TroPlayer
- MCI 简单MP3.wma 格式播放器,, 值得MCI 入门学习-MCI MP3.wma format player, it is worth MCI getting started
mp3
- 利用windows提供的中层接口MCI,实现的一个简单的mp3功能.-Mid-level interface to use windows provide MCI, to achieve a simple mp3 functionality.
MP-with-MCI
- Simple MP3 player using MCI library ( No Media Player!)
MCI-MP3-player
- vc6.0单文档工程,用MCI播放音乐。单击按钮弹出打开文件对话框选择音乐。-VC6.0 single document project, using MCI to play music. Click the button to open the file dialog box to the music.
Mp3MCI
- 使用MFC,MCI编写的简易的MP3播放器,实现歌曲的循环播放,控制播放速度,快进、快退功能,实现添加歌曲和删除歌曲。显示播放总时间和播放时间,播放进度条。控制音量大小等功能。(Use MFC, MCI to write simple MP3 player, realize the cycle of songs played, control playback speed, fast forward, fast rewind function, add songs and delete song
简易的基于MCI控件的音乐播放器
- 具有一个音乐播放器所必备的元素:播放、暂停、停止、上一首、下一首、调节音量等功能。