In my application i have a fullscreen MediaElement
that reproduces a full screen video.
When i Pause the video i cannot resume it (with MediaElement1.Play())
as only audio resumes.
It seems like the video is not being redrawn properly as i tried to put a button
in front of it and if i hold the button
(so i guess i'm force the mediaelement in background to redraw)
the video starts showing up.
This seems to be confirmed by the fact that using :
Application.Current.Host.Settings.EnableFrameRateCounter = true;
the video playback resumes properly even without the button exploit.
If anyone could help i would be very very grateful. Thanks a lot for reading and commenting.