Hello,
I would like to know if “Windows.media.h” is supported (or if it is
planned to be) by mingw-w64.
More specifically, I would like to use the system media transport
controls (SMTC) of Windows (unified universal interface to manage media
directly through the system, this interface is for example visible on
Windows 10 in the volume overlay with compatible applications, e.g.
Google Chrome, Firefox, Spotify, Groove Music).
The exposed interface to manage this system is
ISystemMediaTransportControls
<https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mediatransport/isystemmediatransportcontrols#remarks>
available in “Windows.media.h”.
I want to be able to use this system for:
- compile Firefox with mingw-w64 (currently, SMTC is disabled when
Firefox is built with mingw-w64, see @TODO in
<https://searchfox.org/mozilla-central/source/widget/windows/WindowsSMTCProvider.cpp>);
- add support for SMTC to VLC (currently VLC is compiled on Windows with
mingw-w64, it is therefore only possible to use Windows interfaces if
they are accessible through it).
Thanks!
++
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public