MediaPlaybackSession.MediaPlayer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MediaPlayer associated with the MediaPlaybackSession.
public:
property MediaPlayer ^ MediaPlayer { MediaPlayer ^ get(); };
MediaPlayer MediaPlayer();
public MediaPlayer MediaPlayer { get; }
var mediaPlayer = mediaPlaybackSession.mediaPlayer;
Public ReadOnly Property MediaPlayer As MediaPlayer
Property Value
The MediaPlayer associated with the MediaPlaybackSession.