Original Post
Hello folks,
I am desperately trying to create a (live) source filter which can be run inplace.
Means:
Somewhere in my program, a Buffer exists.
This Buffer is to be passed to my Source Filter, which is not a classic DLL-filter, but a 'hard-coded' part of my project, and then processed onwards.
For Transform Filters, I would use the CTransInPlaceFilter Class, but it seems this wouldn't work for a source filter.
Any ideas?
Thanks very much in advance for your comments...
Chris
I am desperately trying to create a (live) source filter which can be run inplace.
Means:
Somewhere in my program, a Buffer exists.
This Buffer is to be passed to my Source Filter, which is not a classic DLL-filter, but a 'hard-coded' part of my project, and then processed onwards.
For Transform Filters, I would use the CTransInPlaceFilter Class, but it seems this wouldn't work for a source filter.
Any ideas?
Thanks very much in advance for your comments...
Chris