搜索资源列表
fdsafdsafdsa
- 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 -use API function [mciSendString] can easily MP3 music files players. Below this program of the MP3 player most of the conventional operation, its slightly mod
CSharpWinMMmci
- 用C#调用API实现声音的播放,C#没有提供播放MP3等音频文件的类,要编写播放MP3等音频文件程序,必须使用第三方控件或类。本文使用API函数mciSendString,编写一个播放MP3等音频文件的类。 -Call the API using C# to achieve playback sound, C# does not provide, such as MP3 audio files to play the class, be prepared to play MP3 audio fi
avi_player
- 用mcisendstring实现一个简单的播放AVI的播放器。可以定位到某一特定的帧,同时可以把该帧截图保存为一个bmp文件。-Mcisendstring with the player to achieve a simple AVI player. Can be targeted to a particular frame, the frame at the same time can be saved as a bmp screenshot file.
ApiVideo
- 放媒体文件。主要有2方面你可以去,你可以使用MS媒体播放器控制和处理交互操作和很多问题。或者你可以使用API实现mci。这个项目是一个实现的mciSendString API,所以你可以只包括类到您的项目中,使用它在你的表格,不需要参考媒体播放器。-Put the media files. Main There are 2 aspects of you can go to, you can use the MS media player control and processing interw
mcisendstring
- 小眼使用VB API"mciSendString"制作功能强大的音乐播放控件,可以播放MP3,WAV,MID等格式的音乐。控件的属性和方法包括:播放,暂停,停止,获取总时长,获取当前播放进度,设置播放进度,设置音量大校可以以他为内核制作一个十分强大的播放器-Small eyes using VB API "mciSendString" making powerful music player controls, can play MP3, WAV, MID and other music for
Music_MCI
- MFC平台利用MciSendString实现音乐文件播放,功能相对简单,但是封装好了该类对象,方便使用。-MFC platform utilizes MciSendString realize music file playback, function is relatively simple, but a good package of such objects, easy to use.