Get access to MediaElement custom source
I am currently usin开发者_如何学Gog the MediaElement with a custom source that is derived from MediaStreamSource. Is there anyway I can gain access to this object from the MediaElement? There is a Source member but it is just a URI.
Just an update
The only way I found to do this was to just keep the source around. This way you can get to it later.
精彩评论