Description: 程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\\Program Files\\Microsoft DirectX 9.0 SDK \\Samples\\C++\\DirectShow\\BaseClasses”。-running Windows 98/2000/XP/2003 platform, or in VC 6.0.NET debugging. Debugging former post install Microsoft DirectX 9.0 SDK. Because the procedures used in this chapter DirectShow COM, the procedure needs directories options include files adding, "E : \\ Program Files \\ Microsoft DirectX 9.0 SDK \\ Samples \\ C \\ DirectShow \\ BaseClasses." Platform: |
Size: 3378812 |
Author:王晨阳 |
Hits:
Description: There a few sample filters that have been written to support the other DeckLink DirectShow samples. Platform: |
Size: 64230 |
Author:胡家宝 |
Hits:
Description: 程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\Program Files\Microsoft DirectX 9.0 SDK \Samples\C++\DirectShow\BaseClasses”。-running Windows 98/2000/XP/2003 platform, or in VC 6.0.NET debugging. Debugging former post install Microsoft DirectX 9.0 SDK. Because the procedures used in this chapter DirectShow COM, the procedure needs directories options include files adding, "E : \ Program Files \ Microsoft DirectX 9.0 SDK \ Samples \ C \ DirectShow \ BaseClasses." Platform: |
Size: 7012352 |
Author:王晨阳 |
Hits:
Description: Desc: DirectShow sample code - C++ console application demonstrating
use of the IMediaDet interface to create a graph that contains a
sample grabber filter. It shows how to use the sample grabber
and a COM object callback to display information about media
samples in a running video file.-Desc : DirectShow sample code-C console application demonstrating use of the interface t IMediaDet o create a graph that contains a sample grabbers f ILTER. It shows how to use the sample and grabbers a COM object callback to display information ab out media samples in a running video file. Platform: |
Size: 9216 |
Author:wpf |
Hits:
Description: 网络会议视频同步播放!程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\Program Files\Microsoft DirectX 9.0SDK\Samples\C++\DirectShow\BaseClasses”。注意:streams.h文件就在上述文件夹下面。另外,不要编译Summer 2004版本的DirectX SDK。编译streams.h文件还需要CJLibrary608c.rar库和AV8SDK库,读者都可以在本书的光盘中找到。安装好后需要在options→directories→include files中添加C:\Program Files\CodeJockey\CJLibrary Version 6.08\Include目录和AV8SDK\AV8SDK\include目录。-Synchronous web conferencing video player! Program runs in Windows 98/2000/XP/2003 platform can be VC++ 6.0 or. NET debug. Before commissioning the installation of Microsoft DirectX 9.0 SDK. Note: streams.h document in the folder below. Also, do not compile Summer 2004 version of the DirectX SDK. Streams.h document also need to compile CJLibrary608c.rar library and AV8SDK library, readers can be in this book to find the CD-ROM. Installed after the need for options → directories → include files to add C: Program FilesCodeJockeyCJLibrary Version 6.08Include catalog and directory AV8SDKAV8SDKinclude. Platform: |
Size: 3378176 |
Author:袁洲 |
Hits:
Description: There a few sample filters that have been written to support the other DeckLink DirectShow samples. Platform: |
Size: 63488 |
Author:胡家宝 |
Hits:
Description: Some TAPI3 code samples depend on Microsoft DirectShow API s, which are part of
the DirectX 9 SDK. The DirectX 9 SDK is now shipped separately from the
Microsoft Platform SDK. The DirectX 9 SDK currently does not support 64-bit
platforms and due to this reason, the TAPI3 code samples that use parts of the
DirectX 9 SDK cannot be built for 64-bit platforms.
Platform: |
Size: 296960 |
Author:xzhuwu |
Hits:
Description: 网络视频监控系统!程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\Program Files\Microsoft DirectX 9.0 SDK \Samples\C++\DirectShow\BaseClasses”。-Network Video Surveillance System! Program running on Windows 98/2000/XP/2003 platform can be VC++ 6.0 or. NET debug. Before commissioning the installation of Microsoft DirectX 9.0 SDK. Platform: |
Size: 3546112 |
Author:王艳飞 |
Hits:
Description: Samples\AsfCreate
--- --
Creates an Asf or WMV file from a collection of bitmaps
Samples\AsfNet
--------------------
Sends the output of DirectShow capture graphs to a network port
to be read by Windows Media Player
Samples\AudioPlayer
--------------------
Play the audio portion of a windows media file
Samples\DESCombine
--------------------
Join and split files, outputting data to a WM file.
Samples\DrmHeader
--------------------
Show the DRM attributes of a file
Samples\ReadFromStream
--------------------
Walk the samples in a file where the source is an IStream
Samples\RecordWav
--------------------
Record audio data from a microphone to a .wav file
Samples\WMProp
--------------------
Show file properties for WM files
Samples\WMVCopy
--------------------
Code to copy a file
-SamplesAsfCreate------- Creates an Asf or WMV file from a collection of bitmapsSamplesAsfNet-------------------- Sends the output of DirectShow capture graphs to a network port to be read by Windows Media PlayerSamplesAudioPlayer-------------------- Play the audio portion of a windows media fileSamplesDESCombine-------------------- Join and split files, outputting data to a WM file.SamplesDrmHeader-------------------- Show the DRM attributes of a fileSamplesReadFromStream-------------------- Walk the samples in a file where the source is an IStreamSamplesRecordWav-------------------- Record audio data from a microphone to a. wav fileSamplesWMProp-------------------- Show file properties for WM filesSamplesWMVCopy-------------------- Code to copy a file Platform: |
Size: 131072 |
Author:zhangz |
Hits:
Description: The DirectShow Dump Filter is a renderer filter that writes the media samples it receives to a text file. Platform: |
Size: 12288 |
Author:sheeva |
Hits:
Description: TVideoCapture - Delphi wrapper for DirectShow video capture functions.
Code is based on
Microsoft s AMCap & StillCap samples from DirectX SDK
and
DScapture by orthkon * www.mp3.com/orthkon * orthkon@mail.com
Compiled with Delphi 5.
Tested under Win98 & Win2k & DX8 (latter required to capture bitmaps)
with miniDV camcoder, Genius VideoCAM III, bt878 WDM TVTuner.
-TVideoCapture- Delphi wrapper for DirectShow video capture functions.
Code is based on
Microsoft s AMCap & StillCap samples from DirectX SDK
and
DScapture by orthkon* www.mp3.com/orthkon* orthkon@mail.com
Compiled with Delphi 5.
Tested under Win98 & Win2k & DX8 (latter required to capture bitmaps)
with miniDV camcoder, Genius VideoCAM III, bt878 WDM TVTuner.
Platform: |
Size: 6242304 |
Author:liu |
Hits:
Description: 很难找的基于DIRECTSHOW开发的示例代码包,包括视频,音频,播放器等等。-Very difficult to find sample code based on DIRECTSHOW development package, including video, audio, player, and so on. Platform: |
Size: 1337344 |
Author:chenhong |
Hits:
Description: DirectShow 的N个例子解析,方便为DirectShow的入门人员提供最好的实例-DirectShow example N-analysis, to facilitate entry for the DirectShow examples provide the best Platform: |
Size: 42734592 |
Author:viviChow |
Hits:
Description: DirectShow samples
--- --- ---
The following samples demonstrate the use of Microsoft DirectShow
to render, play, and manipulate Windows Media content.
NOTE: Because these samples use DirectShow headers and libraries,
you must have installed the DirectX 8.1 SDK (or later)
in order to properly build the samples.
-DirectShow samples
------------------
The following samples demonstrate the use of Microsoft DirectShow
to render, play, and manipulate Windows Media content.
NOTE: Because these samples use DirectShow headers and libraries,
you must have installed the DirectX 8.1 SDK (or later)
in order to properly build the samples.
Platform: |
Size: 34816 |
Author:Romeo |
Hits:
Description: windows sdk中关于DirectShow使用的事例源码,这个事例说明了怎么用DirectShow来制作视频播放程序-The DirectShow samples are included with the Windows SDK.Video playback application. Platform: |
Size: 26624 |
Author:fangyuan |
Hits: