From: Hans Leidekker hans@codeweavers.com
--- include/windows.media.idl | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/include/windows.media.idl b/include/windows.media.idl index 87ccc75d06b..d908ede5265 100644 --- a/include/windows.media.idl +++ b/include/windows.media.idl @@ -361,6 +361,16 @@ namespace Windows.Media [propget] HRESULT Property([out, retval] Windows.Media.SystemMediaTransportControlsProperty *value); }
+ [ + contract(Windows.Foundation.UniversalApiContract, 1.0), + exclusiveto(Windows.Media.SystemMediaTransportControls), + uuid(43ba380a-eca4-4832-91ab-d415fae484c6) + ] + interface ISystemMediaTransportControlsStatics : IInspectable + { + HRESULT GetForCurrentView([out, retval] Windows.Media.SystemMediaTransportControls **controls); + } + [ contract(Windows.Foundation.UniversalApiContract, 1.0), exclusiveto(Windows.Media.SystemMediaTransportControlsTimelineProperties),