ken
User
 Fresh Boarder
| Posts: 1 |   |
|
Virtual Capture filter ? - 2008/07/11 19:07
Can I create a "virtual capture filter" in C# (or in C that I can use in C#)?
What I want to do is capture a "WPF area" in my WPF app (playing video), and stream that live via WindowsMedia Encoder and save as Windowsmedia file.
So I figure I take an bitmapstream from WPF and send it to my "virtual capture filter", and the filter I use as source fore a graph that save to videofile and send to WM video stream encoder.
Possible?
|