Media Transport Controls

Purpose

Windows provides a built-in interface that shows the user information about the currently playing media such as the title of a song or video. It also provides the user with a common and familiar way to control media playback. Windows Runtime apps can integrate with the system media transport controls with the SystemMediaTransportControls class. Classic Windows applications can integrate with the system media transport controls by using the ISystemMediaTransportControls interface.

In this section

TopicDescription

IImageDisplayProperties

Provides properties for image information that is displayed by ISystemMediaTransportControlsDisplayUpdater.

IMusicDisplayProperties

Provides properties for music information that is displayed by ISystemMediaTransportControlsDisplayUpdater.

ISystemMediaTransportControls

Represents an object that enables integrate with the system media transport controls and support for media commands.

ISystemMediaTransportControlsButtonPressedEventArgs

Provides data for the ButtonPressed event.

ISystemMediaTransportControlsDisplayUpdater

Provides functionality to update the media metadata that is displayed on the ISystemMediaTransportControls.

ISystemMediaTransportControlsInterop

Allows an app to get an instance of the ISystemMediaTransportControls interface.

ISystemMediaTransportControlsPropertyChangedEventArgs

Provides data for the PropertyChanged event.

IVideoDisplayProperties

Provides properties for video information that is displayed by ISystemMediaTransportControlsDisplayUpdater.

 

Developer audience

Media Transport Controls is designed for use by...

 

 

Community Additions

ADD
Show: