Get access to MediaElement custom source

265 Views Asked by At

I am currently using 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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.