文件名称:SnakeSourceFilter
- 所属分类:
- 多媒体
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- as***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Well, creating DirectShow filters can be real pain at times especially Source filter. When I needed a source filter to generate my own images, I looked at the Ball source filter in DirectShow documentation but it was useless for me because I needed to generate my own image using my own painting. So, here it is.
This filter lets you create your own DC and do all the painting in that DC. Everything painted on the DC is delivered to the downstream filters until finally renderer filters render the RGB data.
The filter is based on CSourceStream to create the output pin and deliver the data, and CSource to create the source filter.
This filter lets you create your own DC and do all the painting in that DC. Everything painted on the DC is delivered to the downstream filters until finally renderer filters render the RGB data.
The filter is based on CSourceStream to create the output pin and deliver the data, and CSource to create the source filter.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SnakeSourceFilter\Auxiliary.cpp
.................\Auxiliary.h
.................\fSnake.cpp
.................\fSnake.h
.................\fSnake_op.cpp
.................\fSnake_op.h
.................\Snake.cpp
.................\Snake.def
.................\Snake.dsp
.................\Snake.dsw
.................\Snake.h
.................\Snake.rc
.................\Stdafx.h
SnakeSourceFilter
.................\Auxiliary.h
.................\fSnake.cpp
.................\fSnake.h
.................\fSnake_op.cpp
.................\fSnake_op.h
.................\Snake.cpp
.................\Snake.def
.................\Snake.dsp
.................\Snake.dsw
.................\Snake.h
.................\Snake.rc
.................\Stdafx.h
SnakeSourceFilter