Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?