Is it possible to for a directshow source filter to read data from application?
问题 I am looking to write a directshow source filter that reads data from an application rather that reading the same from file/socket/device. First of all is is possible? If so how can I achieve it? I have done the same in gstreamer using appsrc plugin and since I am new to directshow can somebody please explain. Scenario: Device -> Application -> (DirectShow Source Filter) -> (DirectShow DecoderFilter) -> (DirectShow Sink) Thanks in advance. 回答1: It is possible but you have to implement the