Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 890 Bytes

mediaplayerelement_mediaplayer.md

File metadata and controls

25 lines (16 loc) · 890 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.MediaPlayerElement.MediaPlayer
winrt property

Microsoft.UI.Xaml.Controls.MediaPlayerElement.MediaPlayer

-description

Gets the MediaPlayer instance used to render media.

-property-value

The MediaPlayer instance used to render media.

-remarks

You can use the SetMediaPlayer method to change the underlying MediaPlayer instance. Changing the MediaPlayer can cause non-trivial side effects because it can change other properties of the MediaPlayerElement.

-see-also

-examples