MediaPlayer.SystemMediaTransportControls 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 an instance of the SystemMediaTransportControls class to enable user control of playback of the MediaPlayer and to allow the app to show information about the currently playing content in the system UI.
public:
property SystemMediaTransportControls ^ SystemMediaTransportControls { SystemMediaTransportControls ^ get(); };
SystemMediaTransportControls SystemMediaTransportControls();
public SystemMediaTransportControls SystemMediaTransportControls { get; }
var systemMediaTransportControls = mediaPlayer.systemMediaTransportControls;
Public ReadOnly Property SystemMediaTransportControls As SystemMediaTransportControls
Property Value
An instance of the SystemMediaTransportControls class.