PushSource

所属分类:图形图像处理
开发工具:Visual C++
文件大小:8016KB
下载次数:67
上传日期:2009-07-26 10:54:01
上 传 者space006
说明:  pushsource filter 想写push source的强烈推荐看下这个范例 带源码 注册之后可以播放连续的BMP画面
(pushsource filter to write a push source strongly recommend facie this example with source code can be registered to play for the screen of the BMP)

文件列表:
PushSource\BitmapSet0.bmp (172854, 2002-11-12)
PushSource\BitmapSet1.bmp (172854, 2002-11-12)
PushSource\BitmapSet2.bmp (172854, 2002-11-12)
PushSource\BitmapSet3.bmp (172854, 2002-11-12)
PushSource\BitmapSet4.bmp (172854, 2002-11-12)
PushSource\Debug\DibHelper.obj (11668, 2009-07-25)
PushSource\Debug\PushSource.exp (1110, 2009-07-25)
PushSource\Debug\PushSource.lib (1784, 2009-07-25)
PushSource\Debug\PushSource.pch (5455768, 2009-07-25)
PushSource\Debug\PushSource.pdb (254976, 2009-07-25)
PushSource\Debug\PushSourceBitmap.obj (58028, 2009-07-25)
PushSource\Debug\PushSourceBitmapSet.obj (56946, 2009-07-25)
PushSource\Debug\PushSourceDesktop.obj (60414, 2009-07-25)
PushSource\Debug\setup.obj (25683, 2009-07-25)
PushSource\Debug\vc60.idb (246784, 2009-07-25)
PushSource\Debug\vc60.pdb (249856, 2009-07-25)
PushSource\Debug_Unicode\DibHelper.obj (11713, 2009-07-25)
PushSource\Debug_Unicode\DibHelper.sbr (0, 2009-07-25)
PushSource\Debug_Unicode\PushSource.bsc (4948992, 2009-07-25)
PushSource\Debug_Unicode\PushSource.exp (1118, 2009-07-25)
PushSource\Debug_Unicode\PushSource.lib (1784, 2009-07-25)
PushSource\Debug_Unicode\PushSource.pch (6975408, 2009-07-25)
PushSource\Debug_Unicode\PushSource.pdb (25600, 2009-07-25)
PushSource\Debug_Unicode\PushSourceBitmap.obj (58383, 2009-07-25)
PushSource\Debug_Unicode\PushSourceBitmap.sbr (0, 2009-07-25)
PushSource\Debug_Unicode\PushSourceBitmapSet.obj (57691, 2009-07-25)
PushSource\Debug_Unicode\PushSourceBitmapSet.sbr (0, 2009-07-25)
PushSource\Debug_Unicode\PushSourceDesktop.obj (60989, 2009-07-25)
PushSource\Debug_Unicode\PushSourceDesktop.sbr (0, 2009-07-25)
PushSource\Debug_Unicode\setup.obj (25720, 2009-07-25)
PushSource\Debug_Unicode\setup.sbr (0, 2009-07-25)
PushSource\Debug_Unicode\vc60.idb (254976, 2009-07-25)
PushSource\Debug_Unicode\vc60.pdb (249856, 2009-07-25)
PushSource\DibHelper.cpp (2444, 2009-07-25)
PushSource\DibHelper.h (1684, 2002-11-12)
PushSource\PushGuids.h (906, 2002-11-12)
PushSource\PushSource.def (497, 2002-11-12)
PushSource\PushSource.dsp (8696, 2009-07-25)
PushSource\PushSource.dsw (543, 2002-11-12)
PushSource\PushSource.h (7498, 2009-07-25)
... ...

//----------------------------------------------------------------------------- // 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.

近期下载者

相关文件


收藏者