Quote:
Originally Posted by frodo One of those drawbacks is that there is no way to integrate WPF with DirectX and/or DirectShow. |
If it were possible to integrate with DirectShow would you consider WPF?
The reason I ask is that WPF is very complex and has a lot of features and to reimplement it with a watered down version seem to be the wrong course of action.
VideoRendererElement - Home Quote:
The VideoRendererElement allows for high-performance, custom video in WPF.
With the VideoRendererElement, a developer can update a pixel buffer or video media sample and have it render in WPF space at MediaElement speed. It is compatible with GDI, DirectShow and direct pixel updates.
|