搜索资源列表
PlaySound
- 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,\"IDW\",\"WAVE\") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) r
PictureShow
- 基于DirectShow的图片显示程序,第一次运行时需要指定一个包含jpg文件的路径,程序运行时将播放该目录下所有jpg文件,并实现了多种画面切换效果.F12为程序退出键
2005012821023711321
- 查找帮助 找到4个包含使用DIRECTSHOW播放MPEG等媒体类型的文件(多项查找用空格分隔)[主页 >> SourceCode》Windows >> DirextX编程] 使用DirectShow播放Mpeg等媒体类型 mpegclient.rar - 使用DirectShow播放Mpeg等媒体类型 mpegclient,是学习DirectShow的宝贵资源 谢谢支持 (2005-3-22,VC,25KB,下载11次)【向站长举报此文件和某个同类文件可能重复】 [主页
MpegClient.rar
- 使用DirectShow播放Mpeg等媒体类型,并从中抓取图片 注:编译本程序必须安装DirectX开发包,Mpeg player using DirectShow and other media types, and from the crawl picture Note: This procedure must be installed to compile DirectX development kit
DirectDraw-Overlay
- DirectDraw 覆盖表面Overlay绘制图形演示,现在很多播放器都是使用了覆盖表面 Overlay 技术显示,想学习Overlay 本例子是个不错的选择,例子用了3张图片来演示画面的切换以及位置设定。例子虽简单,但作用可不小呀。-DirectDraw Overlay surface coverage to draw graphics presentations, now a lot of players are using the technology covered by the su
CapTest
- 在VS2005 上用C++开发的DirectShow播放实时视频流.并可以捉取播放中的画面保存为图片形式.源码中提供详细的注释..方便学习使用!-In VS2005 with C++ on the development of real-time video streaming DirectShow player. And players can capture screen in the form save it as a picture. Source notes provide a det
DirectShowMP3Player
- 现有功能/特点: 1.搜索功能:根据歌词搜索,根据歌名搜索,根据专辑搜索,百度TOP N列表。歌词搜索下载。 2.下载功能:多线程下载,异步存储。 3.所有的缓存都在内存中,在没有下载完成不会做写硬盘操作。 4.仿照QQ音乐2008界面,可以进行主题颜色更改。可以设置自己喜欢的背景图片,它将会和播放器进行ALPHA混合。 5.纯WindowsLess控件,整个窗体只可以看到一个控件TFrmMain。自己开发的一套控件。(可以使用SPY++查看) 6.播放热键支
DirectShowplayMpeg
- 功能说明:使用DirectShow播放Mpeg等媒体类型,并从中抓取图片 使用说明:编译本程序必须安装DirectX开发包-player for mpeg need dirextx
replay_dsp
- 录像文件播放,支持AVI,Mpeg等,暂时未实现图片输出-Video file playback, support AVI, Mpeg, etc. No to achieve image output
VOBSUB
- 这是DirectShow播放器源代码,该播放器能支持各种媒体文件,并从中提取图片-This are DirectShow player source code. The player can play all kinds of media files. Can get the picture from the media file.