You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On newer Windows versions (1607) it's recommended to not use MediaElement as it's no longer getting updates. Instead MediaPlayer can make it simple to use without needing to worry about XAML/Visual Tree. This could drop the PopUp usage.
Not sure if the min version wants to be bumped, but maybe capability could be detected and used to switch the code used?
The text was updated successfully, but these errors were encountered:
hawkerm
changed the title
Use MediaPlayer instead of MediaElement if available for PlaySoundAction?
Use MediaPlayer instead of MediaElement if available for PlaySoundAction?
Dec 28, 2020
On newer Windows versions (1607) it's recommended to not use
MediaElement
as it's no longer getting updates. InsteadMediaPlayer
can make it simple to use without needing to worry about XAML/Visual Tree. This could drop thePopUp
usage.Not sure if the min version wants to be bumped, but maybe capability could be detected and used to switch the code used?
References:
The text was updated successfully, but these errors were encountered: