We are using MediaFoundation to capture dual video streams to a single media file (WMV). After the recording is complete, we would like to use a WPF application to play back and display the two video streams in a dual-video display. For example by means of 2 MediaElement component instances, with each one displaying the separate video stream in it's display window. This is a Windows 7 Visual Studio 2008 application using .NET 3.5.
Is the above possible? If so how?
If not, is there any Microsoft support group that we can contract with to make the modifications to support same?
Thanks in advance for your replay.