I believe that you can create a MediaElement and then use its SetSource () method to pass it a stream containing the data received by your application through CaptureSource.
For example:
MediaElement.SetSource(Stream yourStream);
Does it help?
Richard
source share