搜索资源列表
wav_Directshow_Capture
- 用DirectShow实现的播放器和视频捕捉程序,使用平台是.net,语言是C#.比书上例子有改进.-with DirectShow player and video capture, the use of platform yes. Net, language is C#. than the book examples are improving.
PlayerDShow
- 在Windows Mobile 5.0之后的系统上,提供了Direct X可以使用。这个是调用DShow播放视频文件的例子,主要参考DirectX SDK下,DirectShow里面Players\\PlayerWnd这个例子。需要注意的是Windows CE下的COM初始化,参数只能是NULL(MSDN)。 -in Windows Mobile 5.0 system, the Direct X can be used. This is called DShow broadcast vide
SimpleMoviePlay
- 运用MFC和directshow编写的一个视频播发器,具有暂停,播放,停止等简单功能。-directshow using MFC and a video prepared by the transmitters is suspended, broadcast, stop simple function.
CVideoPlay
- 视频播放和采集程序:自己用VC+directshow写的可以播放本地视频音频文件,可以录像并保存的程序。-video broadcast and acquisition procedures : they used to write to the VC directshow local video playback audio files, and the video can be preserved procedures.
WJPlayer
- 使用Directshow制作的一个播放器!!可以实现很多格式的音视频文件的播放!-Directshow produced by the use of a Player! ! Can achieve many of the audio and video format documents broadcast!
DshowDVD
- 使用Directshow开发的DVD的播放器!!可以播放DVD格式的文件!-Directshow use development of the DVD player! ! DVD players can format documents!
zzyDXShow
- 关于DirectShow的应用,展示了DirectShow中最常用的多媒体文件播放功能.注释清楚,是一个不可多得的源代码教程.-on DirectShow application, displaying the most commonly used DirectShow multimedia player. Notes clearly, it was a rare source code tutorial.
myplayer
- 自己运用DirectShow写的一个音视频播放器.-their use DirectShow wrote an audio and video player.
playFile
- directshow 实现wave文件的播放 -directshow achieve wave broadcast documents
CaptureVideo
- 用来捕捉正在播放的视频文件的图像窗口内容,比如使用Media Player。这个功能使用DirectX and DirectShow可能很容易就实现了,当时我没有看到相关的文章或者源代码,据我所知,HyperSnap-DX好像是捕捉播放的视频图像的一个工具。 我做了一个示例程序,当你使用播放器播放视频文件的时候,运行这个程序,在“Option”菜单中选择“Start Caputre”即可进行捕捉,在“File”菜单可以选择“Save...”菜单可以保存捕捉的图像为bmp文件。-i
BasicPlayback
- 一个基于vista上最新的media fundation的播放程序,directshow已经过时了,现在是MF的时代
DXShowPlay
- Delphi利用DirectShow开发的多媒体播放系统
VB5_AVI_Creator
- 利用VB和directshow编写的avi的创建和播放程序
DirectShowMediaplayer
- 一个基于DirectShow 开发的视频播放器 实现了播放,托动 等功能
FrameGrabber
- 很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就用DirectShow实现此功能.
Csharp-MediaPlayer
- 在 Microsoft Visual C# .NET 中使用 DirectShow 控件,开发一个媒体播放器,用来播放数字音频和视频。
SimplePlayer
- 利用DirectShow自行开发的播放器,具有播放AVI,MP3,WMA,WAV等文件的功能
DirectShowDemo
- 一个Directshow实现的多媒体播放,编写语言c#,
IPConfiguration
- 在wince下使用directshow方式播放自己的文件
SimplePlayer
- 在Visual C++6.0平台下,利用微软提供的DirectShow框架实现一个简单的播放器。播放器具有播放、暂停、停止、抓图、全屏等功能,是学习DirectShow的绝佳实例。