Closed TaoziDB closed 7 years ago
There is no underlying System.Windows.Controls.MediaElement in the VLC.MediaElement control. I only cloned the look of the MediaElement. So, there is no way to work with MediaPlayerElement. What would be the interest ?
Mainly because MediaPlayerElement is much easier to do background media playback, especially background audio playback on XBox.
Also, MediaPlayerElement is newer and recommended going forward.
As I don't use MediaElement actually, I can update the class to look like the MediaPlayerElement but it won't change anything in our case. The VLC.MediaElement control looks like to the MediaElement but the underying MediaPlayer is VLC.
@kakone the reason MediaPlayerElement is better than MediaElement are several. some of major advantages are following.
are you saying you are only using style and not the functionality of the MediaElement? if that is the case then you are probably right in this case upgrading to MediaPlayerElement wont be much beneficial.
Yes, I'm using only the style of the MediaElement. All the rendering stuff is done by VLC.
oh alright then
As title, or a way to work with MediaPlayerElement, thanks.