ISystemMediaTransportControlsInterop interface (systemmediatransportcontrolsinterop.h)

[The feature associated with this page, Media Transport Controls, is a legacy feature. It has been superseded by System Media Transport Controls. System Media Transport Controls has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use System Media Transport Controls instead of #FEATURENAMENOLINK#, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Enables interoperability with a WinRT a SystemMediaTransportControls object.

This interface is implemented by the Windows.Media.SystemMediaTransportControls activation factory.

Inheritance

The ISystemMediaTransportControlsInterop interface inherits from the IInspectable interface.

Methods

The ISystemMediaTransportControlsInterop interface has these methods.

 
ISystemMediaTransportControlsInterop::GetForWindow

Gets an instance of the ISystemMediaTransportControls interface for the specified window.

Requirements

Requirement Value
Target Platform Windows
Header systemmediatransportcontrolsinterop.h

See also

IInspectable