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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.