Sourcefilters

所属分类:DirextX编程
开发工具:Visual C++
文件大小:459KB
下载次数:102
上传日期:2006-03-17 09:37:33
上 传 者www_male
说明:  a soure filer about directshow program
(a soure filers about directshow program)

文件列表:
PushSource\PushSourceDesktop.cpp (12600, 2002-11-12)
PushSource\PushSourceBitmapSet.cpp (12513, 2002-11-12)
PushSource\PushSourceBitmap.cpp (12861, 2002-11-12)
PushSource\PushSource.vcproj (9364, 2002-11-12)
PushSource\PushSource.sln (1342, 2002-11-12)
PushSource\PushSource.def (497, 2002-11-12)
PushSource\PushSource.h (7480, 2002-11-12)
PushSource\PushSource.rc (745, 2002-11-12)
PushSource\PushSource.dsw (543, 2002-11-12)
PushSource\PushSource.dsp (8692, 2002-11-12)
PushSource\DibHelper.h (1684, 2002-11-12)
PushSource\DibHelper.cpp (2427, 2002-11-12)
PushSource\BitmapSet4.bmp (172854, 2002-11-12)
PushSource\BitmapSet3.bmp (172854, 2002-11-12)
PushSource\BitmapSet2.bmp (172854, 2002-11-12)
PushSource\BitmapSet1.bmp (172854, 2002-11-12)
PushSource\BitmapSet0.bmp (172854, 2002-11-12)
PushSource\setup.cpp (5553, 2002-11-12)
PushSource\Sample.bmp (65978, 2002-11-12)
PushSource\PushGuids.h (906, 2002-11-12)
PushSource (0, 2006-02-28)

//----------------------------------------------------------------------------- // Name: DirectShow Sample -- PushSource Filter Set // // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- Description ============ Set of three source filters that provide the following source data as a video stream: CPushSourceBitmap - Single bitmap (loaded from current directory) CPushSourceBitmapSet - Set of bitmaps (loaded from current directory) CPushSourceDesktop - Copy of current desktop image (GDI only) Path ==== Source: (SDK root)\Samples\C++\DirectShow\Filters\PushSource User's Guide ============ This filter appears in GraphEdit as "PushSource Bitmap Filter", "PushSource BitmapSet Filter", and "PushSource Desktop Filter". To use a filter, load it into GraphEdit and render its output pin. This will connect a video renderer (and possibly a Color Space Convertor filter) and allow you to display the output. If you want to render the output to an AVI file, load the AVI Mux, load a File Writer Filter, provide an output name to the File Writer, and render the PushSource filter's output pin. You can also load and connect video compressors, video effects, etc. NOTE: The desktop capture filter does not support hardware overlays, so it will not capture video rendered to an overlay surface or cursors displayed via hardware overlay. It uses GDI to convert the current desktop image into a bitmap, which is passed to the output pin as a media sample.

近期下载者

相关文件


收藏者