is there a way to copy a MediaElement in c# (clone) ?
Thank you
Wally
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.
The only 2 ways I can think of are:
Disclaimer: I haven’t tried either of them.
Question: why would you want to Clone a MediaElement?
EDIT A better way of duplicating the same video might be by using the VisualBrush. Simply apply a VisualBrush that points to the MediaElement to a Rectangle. No need to copy the video or clone the MediaElement.