403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/impl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/impl/Windows.Media.0.h
// C++/WinRT v2.0.190620.2

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#ifndef WINRT_Windows_Media_0_H
#define WINRT_Windows_Media_0_H
namespace winrt::Windows::ApplicationModel::AppService
{
    struct AppServiceConnection;
}
namespace winrt::Windows::Foundation
{
    template <typename T> struct EventHandler;
    struct EventRegistrationToken;
    struct HResult;
    struct IAsyncAction;
    template <typename T> struct IReference;
    template <typename TSender, typename TResult> struct TypedEventHandler;
    struct Uri;
}
namespace winrt::Windows::Foundation::Collections
{
    struct IPropertySet;
    struct ValueSet;
}
namespace winrt::Windows::Graphics::DirectX
{
    enum class DirectXPixelFormat : int32_t;
}
namespace winrt::Windows::Graphics::DirectX::Direct3D11
{
    struct IDirect3DDevice;
    struct IDirect3DSurface;
}
namespace winrt::Windows::Graphics::Imaging
{
    enum class BitmapAlphaMode : int32_t;
    struct BitmapBounds;
    enum class BitmapPixelFormat : int32_t;
    struct SoftwareBitmap;
}
namespace winrt::Windows::Storage
{
    struct StorageFile;
}
namespace winrt::Windows::Storage::Streams
{
    struct RandomAccessStreamReference;
}
namespace winrt::Windows::Media
{
    enum class AudioBufferAccessMode : int32_t
    {
        Read = 0,
        ReadWrite = 1,
        Write = 2,
    };
    enum class AudioProcessing : int32_t
    {
        Default = 0,
        Raw = 1,
    };
    enum class MediaPlaybackAutoRepeatMode : int32_t
    {
        None = 0,
        Track = 1,
        List = 2,
    };
    enum class MediaPlaybackStatus : int32_t
    {
        Closed = 0,
        Changing = 1,
        Stopped = 2,
        Playing = 3,
        Paused = 4,
    };
    enum class MediaPlaybackType : int32_t
    {
        Unknown = 0,
        Music = 1,
        Video = 2,
        Image = 3,
    };
    enum class MediaTimelineControllerState : int32_t
    {
        Paused = 0,
        Running = 1,
        Stalled = 2,
        Error = 3,
    };
    enum class SoundLevel : int32_t
    {
        Muted = 0,
        Low = 1,
        Full = 2,
    };
    enum class SystemMediaTransportControlsButton : int32_t
    {
        Play = 0,
        Pause = 1,
        Stop = 2,
        Record = 3,
        FastForward = 4,
        Rewind = 5,
        Next = 6,
        Previous = 7,
        ChannelUp = 8,
        ChannelDown = 9,
    };
    enum class SystemMediaTransportControlsProperty : int32_t
    {
        SoundLevel = 0,
    };
    struct IAudioBuffer;
    struct IAudioFrame;
    struct IAudioFrameFactory;
    struct IAutoRepeatModeChangeRequestedEventArgs;
    struct IImageDisplayProperties;
    struct IMediaControl;
    struct IMediaExtension;
    struct IMediaExtensionManager;
    struct IMediaExtensionManager2;
    struct IMediaFrame;
    struct IMediaMarker;
    struct IMediaMarkerTypesStatics;
    struct IMediaMarkers;
    struct IMediaProcessingTriggerDetails;
    struct IMediaTimelineController;
    struct IMediaTimelineController2;
    struct IMediaTimelineControllerFailedEventArgs;
    struct IMusicDisplayProperties;
    struct IMusicDisplayProperties2;
    struct IMusicDisplayProperties3;
    struct IPlaybackPositionChangeRequestedEventArgs;
    struct IPlaybackRateChangeRequestedEventArgs;
    struct IShuffleEnabledChangeRequestedEventArgs;
    struct ISystemMediaTransportControls;
    struct ISystemMediaTransportControls2;
    struct ISystemMediaTransportControlsButtonPressedEventArgs;
    struct ISystemMediaTransportControlsDisplayUpdater;
    struct ISystemMediaTransportControlsPropertyChangedEventArgs;
    struct ISystemMediaTransportControlsStatics;
    struct ISystemMediaTransportControlsTimelineProperties;
    struct IVideoDisplayProperties;
    struct IVideoDisplayProperties2;
    struct IVideoEffectsStatics;
    struct IVideoFrame;
    struct IVideoFrame2;
    struct IVideoFrameFactory;
    struct IVideoFrameStatics;
    struct AudioBuffer;
    struct AudioFrame;
    struct AutoRepeatModeChangeRequestedEventArgs;
    struct ImageDisplayProperties;
    struct MediaControl;
    struct MediaExtensionManager;
    struct MediaMarkerTypes;
    struct MediaProcessingTriggerDetails;
    struct MediaTimelineController;
    struct MediaTimelineControllerFailedEventArgs;
    struct MusicDisplayProperties;
    struct PlaybackPositionChangeRequestedEventArgs;
    struct PlaybackRateChangeRequestedEventArgs;
    struct ShuffleEnabledChangeRequestedEventArgs;
    struct SystemMediaTransportControls;
    struct SystemMediaTransportControlsButtonPressedEventArgs;
    struct SystemMediaTransportControlsDisplayUpdater;
    struct SystemMediaTransportControlsPropertyChangedEventArgs;
    struct SystemMediaTransportControlsTimelineProperties;
    struct VideoDisplayProperties;
    struct VideoEffects;
    struct VideoFrame;
    struct MediaTimeRange;
}
namespace winrt::impl
{
    template <> struct category<Windows::Media::IAudioBuffer>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IAudioFrame>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IAudioFrameFactory>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IAutoRepeatModeChangeRequestedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IImageDisplayProperties>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaControl>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaExtension>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaExtensionManager>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaExtensionManager2>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaFrame>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaMarker>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaMarkerTypesStatics>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaMarkers>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaProcessingTriggerDetails>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaTimelineController>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaTimelineController2>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMediaTimelineControllerFailedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMusicDisplayProperties>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMusicDisplayProperties2>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IMusicDisplayProperties3>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IPlaybackPositionChangeRequestedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IPlaybackRateChangeRequestedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IShuffleEnabledChangeRequestedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControls>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControls2>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControlsButtonPressedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControlsDisplayUpdater>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControlsPropertyChangedEventArgs>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControlsStatics>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::ISystemMediaTransportControlsTimelineProperties>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoDisplayProperties>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoDisplayProperties2>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoEffectsStatics>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoFrame>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoFrame2>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoFrameFactory>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::IVideoFrameStatics>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Media::AudioBuffer>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::AudioFrame>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::AutoRepeatModeChangeRequestedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::ImageDisplayProperties>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MediaControl>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MediaExtensionManager>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MediaMarkerTypes>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MediaProcessingTriggerDetails>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MediaTimelineController>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MediaTimelineControllerFailedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::MusicDisplayProperties>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::PlaybackPositionChangeRequestedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::PlaybackRateChangeRequestedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::ShuffleEnabledChangeRequestedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControls>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControlsButtonPressedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControlsDisplayUpdater>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControlsPropertyChangedEventArgs>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControlsTimelineProperties>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::VideoDisplayProperties>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::VideoEffects>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::VideoFrame>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Media::AudioBufferAccessMode>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::AudioProcessing>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::MediaPlaybackAutoRepeatMode>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::MediaPlaybackStatus>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::MediaPlaybackType>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::MediaTimelineControllerState>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::SoundLevel>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControlsButton>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::SystemMediaTransportControlsProperty>
    {
        using type = enum_category;
    };
    template <> struct category<Windows::Media::MediaTimeRange>
    {
        using type = struct_category<Windows::Foundation::TimeSpan, Windows::Foundation::TimeSpan>;
    };
    template <> struct name<Windows::Media::IAudioBuffer>
    {
        static constexpr auto & value{ L"Windows.Media.IAudioBuffer" };
    };
    template <> struct name<Windows::Media::IAudioFrame>
    {
        static constexpr auto & value{ L"Windows.Media.IAudioFrame" };
    };
    template <> struct name<Windows::Media::IAudioFrameFactory>
    {
        static constexpr auto & value{ L"Windows.Media.IAudioFrameFactory" };
    };
    template <> struct name<Windows::Media::IAutoRepeatModeChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.IAutoRepeatModeChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::IImageDisplayProperties>
    {
        static constexpr auto & value{ L"Windows.Media.IImageDisplayProperties" };
    };
    template <> struct name<Windows::Media::IMediaControl>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaControl" };
    };
    template <> struct name<Windows::Media::IMediaExtension>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaExtension" };
    };
    template <> struct name<Windows::Media::IMediaExtensionManager>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaExtensionManager" };
    };
    template <> struct name<Windows::Media::IMediaExtensionManager2>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaExtensionManager2" };
    };
    template <> struct name<Windows::Media::IMediaFrame>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaFrame" };
    };
    template <> struct name<Windows::Media::IMediaMarker>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaMarker" };
    };
    template <> struct name<Windows::Media::IMediaMarkerTypesStatics>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaMarkerTypesStatics" };
    };
    template <> struct name<Windows::Media::IMediaMarkers>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaMarkers" };
    };
    template <> struct name<Windows::Media::IMediaProcessingTriggerDetails>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaProcessingTriggerDetails" };
    };
    template <> struct name<Windows::Media::IMediaTimelineController>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaTimelineController" };
    };
    template <> struct name<Windows::Media::IMediaTimelineController2>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaTimelineController2" };
    };
    template <> struct name<Windows::Media::IMediaTimelineControllerFailedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.IMediaTimelineControllerFailedEventArgs" };
    };
    template <> struct name<Windows::Media::IMusicDisplayProperties>
    {
        static constexpr auto & value{ L"Windows.Media.IMusicDisplayProperties" };
    };
    template <> struct name<Windows::Media::IMusicDisplayProperties2>
    {
        static constexpr auto & value{ L"Windows.Media.IMusicDisplayProperties2" };
    };
    template <> struct name<Windows::Media::IMusicDisplayProperties3>
    {
        static constexpr auto & value{ L"Windows.Media.IMusicDisplayProperties3" };
    };
    template <> struct name<Windows::Media::IPlaybackPositionChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.IPlaybackPositionChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::IPlaybackRateChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.IPlaybackRateChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::IShuffleEnabledChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.IShuffleEnabledChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControls>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControls" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControls2>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControls2" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControlsButtonPressedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControlsButtonPressedEventArgs" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControlsDisplayUpdater>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControlsDisplayUpdater" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControlsPropertyChangedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControlsPropertyChangedEventArgs" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControlsStatics>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControlsStatics" };
    };
    template <> struct name<Windows::Media::ISystemMediaTransportControlsTimelineProperties>
    {
        static constexpr auto & value{ L"Windows.Media.ISystemMediaTransportControlsTimelineProperties" };
    };
    template <> struct name<Windows::Media::IVideoDisplayProperties>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoDisplayProperties" };
    };
    template <> struct name<Windows::Media::IVideoDisplayProperties2>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoDisplayProperties2" };
    };
    template <> struct name<Windows::Media::IVideoEffectsStatics>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoEffectsStatics" };
    };
    template <> struct name<Windows::Media::IVideoFrame>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoFrame" };
    };
    template <> struct name<Windows::Media::IVideoFrame2>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoFrame2" };
    };
    template <> struct name<Windows::Media::IVideoFrameFactory>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoFrameFactory" };
    };
    template <> struct name<Windows::Media::IVideoFrameStatics>
    {
        static constexpr auto & value{ L"Windows.Media.IVideoFrameStatics" };
    };
    template <> struct name<Windows::Media::AudioBuffer>
    {
        static constexpr auto & value{ L"Windows.Media.AudioBuffer" };
    };
    template <> struct name<Windows::Media::AudioFrame>
    {
        static constexpr auto & value{ L"Windows.Media.AudioFrame" };
    };
    template <> struct name<Windows::Media::AutoRepeatModeChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.AutoRepeatModeChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::ImageDisplayProperties>
    {
        static constexpr auto & value{ L"Windows.Media.ImageDisplayProperties" };
    };
    template <> struct name<Windows::Media::MediaControl>
    {
        static constexpr auto & value{ L"Windows.Media.MediaControl" };
    };
    template <> struct name<Windows::Media::MediaExtensionManager>
    {
        static constexpr auto & value{ L"Windows.Media.MediaExtensionManager" };
    };
    template <> struct name<Windows::Media::MediaMarkerTypes>
    {
        static constexpr auto & value{ L"Windows.Media.MediaMarkerTypes" };
    };
    template <> struct name<Windows::Media::MediaProcessingTriggerDetails>
    {
        static constexpr auto & value{ L"Windows.Media.MediaProcessingTriggerDetails" };
    };
    template <> struct name<Windows::Media::MediaTimelineController>
    {
        static constexpr auto & value{ L"Windows.Media.MediaTimelineController" };
    };
    template <> struct name<Windows::Media::MediaTimelineControllerFailedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.MediaTimelineControllerFailedEventArgs" };
    };
    template <> struct name<Windows::Media::MusicDisplayProperties>
    {
        static constexpr auto & value{ L"Windows.Media.MusicDisplayProperties" };
    };
    template <> struct name<Windows::Media::PlaybackPositionChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.PlaybackPositionChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::PlaybackRateChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.PlaybackRateChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::ShuffleEnabledChangeRequestedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.ShuffleEnabledChangeRequestedEventArgs" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControls>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControls" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControlsButtonPressedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControlsButtonPressedEventArgs" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControlsDisplayUpdater>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControlsDisplayUpdater" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControlsPropertyChangedEventArgs>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControlsPropertyChangedEventArgs" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControlsTimelineProperties>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControlsTimelineProperties" };
    };
    template <> struct name<Windows::Media::VideoDisplayProperties>
    {
        static constexpr auto & value{ L"Windows.Media.VideoDisplayProperties" };
    };
    template <> struct name<Windows::Media::VideoEffects>
    {
        static constexpr auto & value{ L"Windows.Media.VideoEffects" };
    };
    template <> struct name<Windows::Media::VideoFrame>
    {
        static constexpr auto & value{ L"Windows.Media.VideoFrame" };
    };
    template <> struct name<Windows::Media::AudioBufferAccessMode>
    {
        static constexpr auto & value{ L"Windows.Media.AudioBufferAccessMode" };
    };
    template <> struct name<Windows::Media::AudioProcessing>
    {
        static constexpr auto & value{ L"Windows.Media.AudioProcessing" };
    };
    template <> struct name<Windows::Media::MediaPlaybackAutoRepeatMode>
    {
        static constexpr auto & value{ L"Windows.Media.MediaPlaybackAutoRepeatMode" };
    };
    template <> struct name<Windows::Media::MediaPlaybackStatus>
    {
        static constexpr auto & value{ L"Windows.Media.MediaPlaybackStatus" };
    };
    template <> struct name<Windows::Media::MediaPlaybackType>
    {
        static constexpr auto & value{ L"Windows.Media.MediaPlaybackType" };
    };
    template <> struct name<Windows::Media::MediaTimelineControllerState>
    {
        static constexpr auto & value{ L"Windows.Media.MediaTimelineControllerState" };
    };
    template <> struct name<Windows::Media::SoundLevel>
    {
        static constexpr auto & value{ L"Windows.Media.SoundLevel" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControlsButton>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControlsButton" };
    };
    template <> struct name<Windows::Media::SystemMediaTransportControlsProperty>
    {
        static constexpr auto & value{ L"Windows.Media.SystemMediaTransportControlsProperty" };
    };
    template <> struct name<Windows::Media::MediaTimeRange>
    {
        static constexpr auto & value{ L"Windows.Media.MediaTimeRange" };
    };
    template <> struct guid_storage<Windows::Media::IAudioBuffer>
    {
        static constexpr guid value{ 0x35175827,0x724B,0x4C6A,{ 0xB1,0x30,0xF6,0x53,0x7F,0x9A,0xE0,0xD0 } };
    };
    template <> struct guid_storage<Windows::Media::IAudioFrame>
    {
        static constexpr guid value{ 0xE36AC304,0xAAB2,0x4277,{ 0x9E,0xD0,0x43,0xCE,0xDF,0x8E,0x29,0xC6 } };
    };
    template <> struct guid_storage<Windows::Media::IAudioFrameFactory>
    {
        static constexpr guid value{ 0x91A90ADE,0x2422,0x40A6,{ 0xB9,0xAD,0x30,0xD0,0x24,0x04,0x31,0x7D } };
    };
    template <> struct guid_storage<Windows::Media::IAutoRepeatModeChangeRequestedEventArgs>
    {
        static constexpr guid value{ 0xEA137EFA,0xD852,0x438E,{ 0x88,0x2B,0xC9,0x90,0x10,0x9A,0x78,0xF4 } };
    };
    template <> struct guid_storage<Windows::Media::IImageDisplayProperties>
    {
        static constexpr guid value{ 0xCD0BC7EF,0x54E7,0x411F,{ 0x99,0x33,0xF0,0xE9,0x8B,0x0A,0x96,0xD2 } };
    };
    template <> struct guid_storage<Windows::Media::IMediaControl>
    {
        static constexpr guid value{ 0x98F1FBE1,0x7A8D,0x42CB,{ 0xB6,0xFE,0x8F,0xE6,0x98,0x26,0x4F,0x13 } };
    };
    template <> struct guid_storage<Windows::Media::IMediaExtension>
    {
        static constexpr guid value{ 0x07915118,0x45DF,0x442B,{ 0x8A,0x3F,0xF7,0x82,0x6A,0x63,0x70,0xAB } };
    };
    template <> struct guid_storage<Windows::Media::IMediaExtensionManager>
    {
        static constexpr guid value{ 0x4A25EAF5,0x242D,0x4DFB,{ 0x97,0xF4,0x69,0xB7,0xC4,0x25,0x76,0xFF } };
    };
    template <> struct guid_storage<Windows::Media::IMediaExtensionManager2>
    {
        static constexpr guid value{ 0x5BCEBF47,0x4043,0x4FED,{ 0xAC,0xAF,0x54,0xEC,0x29,0xDF,0xB1,0xF7 } };
    };
    template <> struct guid_storage<Windows::Media::IMediaFrame>
    {
        static constexpr guid value{ 0xBFB52F8C,0x5943,0x47D8,{ 0x8E,0x10,0x05,0x30,0x8A,0xA5,0xFB,0xD0 } };
    };
    template <> struct guid_storage<Windows::Media::IMediaMarker>
    {
        static constexpr guid value{ 0x1803DEF8,0xDCA5,0x4B6F,{ 0x9C,0x20,0xE3,0xD3,0xC0,0x64,0x36,0x25 } };
    };
    template <> struct guid_storage<Windows::Media::IMediaMarkerTypesStatics>
    {
        static constexpr guid value{ 0xBB198040,0x482F,0x4743,{ 0x88,0x32,0x45,0x85,0x38,0x21,0xEC,0xE0 } };
    };
    template <> struct guid_storage<Windows::Media::IMediaMarkers>
    {
        static constexpr guid value{ 0xAFEAB189,0xF8DD,0x466E,{ 0xAA,0x10,0x92,0x0B,0x52,0x35,0x3F,0xDF } };
    };
    template <> struct guid_storage<Windows::Media::IMediaProcessingTriggerDetails>
    {
        static constexpr guid value{ 0xEB8564AC,0xA351,0x4F4E,{ 0xB4,0xF0,0x9B,0xF2,0x40,0x89,0x93,0xDB } };
    };
    template <> struct guid_storage<Windows::Media::IMediaTimelineController>
    {
        static constexpr guid value{ 0x8ED361F3,0x0B78,0x4360,{ 0xBF,0x71,0x0C,0x84,0x19,0x99,0xEA,0x1B } };
    };
    template <> struct guid_storage<Windows::Media::IMediaTimelineController2>
    {
        static constexpr guid value{ 0xEF74EA38,0x9E72,0x4DF9,{ 0x83,0x55,0x6E,0x90,0xC8,0x1B,0xBA,0xDD } };
    };
    template <> struct guid_storage<Windows::Media::IMediaTimelineControllerFailedEventArgs>
    {
        static constexpr guid value{ 0x8821F81D,0x3E77,0x43FB,{ 0xBE,0x26,0x4F,0xC8,0x7A,0x04,0x48,0x34 } };
    };
    template <> struct guid_storage<Windows::Media::IMusicDisplayProperties>
    {
        static constexpr guid value{ 0x6BBF0C59,0xD0A0,0x4D26,{ 0x92,0xA0,0xF9,0x78,0xE1,0xD1,0x8E,0x7B } };
    };
    template <> struct guid_storage<Windows::Media::IMusicDisplayProperties2>
    {
        static constexpr guid value{ 0x00368462,0x97D3,0x44B9,{ 0xB0,0x0F,0x00,0x8A,0xFC,0xEF,0xAF,0x18 } };
    };
    template <> struct guid_storage<Windows::Media::IMusicDisplayProperties3>
    {
        static constexpr guid value{ 0x4DB51AC1,0x0681,0x4E8C,{ 0x94,0x01,0xB8,0x15,0x9D,0x9E,0xEF,0xC7 } };
    };
    template <> struct guid_storage<Windows::Media::IPlaybackPositionChangeRequestedEventArgs>
    {
        static constexpr guid value{ 0xB4493F88,0xEB28,0x4961,{ 0x9C,0x14,0x33,0x5E,0x44,0xF3,0xE1,0x25 } };
    };
    template <> struct guid_storage<Windows::Media::IPlaybackRateChangeRequestedEventArgs>
    {
        static constexpr guid value{ 0x2CE2C41F,0x3CD6,0x4F77,{ 0x9B,0xA7,0xEB,0x27,0xC2,0x6A,0x21,0x40 } };
    };
    template <> struct guid_storage<Windows::Media::IShuffleEnabledChangeRequestedEventArgs>
    {
        static constexpr guid value{ 0x49B593FE,0x4FD0,0x4666,{ 0xA3,0x14,0xC0,0xE0,0x19,0x40,0xD3,0x02 } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControls>
    {
        static constexpr guid value{ 0x99FA3FF4,0x1742,0x42A6,{ 0x90,0x2E,0x08,0x7D,0x41,0xF9,0x65,0xEC } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControls2>
    {
        static constexpr guid value{ 0xEA98D2F6,0x7F3C,0x4AF2,{ 0xA5,0x86,0x72,0x88,0x98,0x08,0xEF,0xB1 } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControlsButtonPressedEventArgs>
    {
        static constexpr guid value{ 0xB7F47116,0xA56F,0x4DC8,{ 0x9E,0x11,0x92,0x03,0x1F,0x4A,0x87,0xC2 } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControlsDisplayUpdater>
    {
        static constexpr guid value{ 0x8ABBC53E,0xFA55,0x4ECF,{ 0xAD,0x8E,0xC9,0x84,0xE5,0xDD,0x15,0x50 } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControlsPropertyChangedEventArgs>
    {
        static constexpr guid value{ 0xD0CA0936,0x339B,0x4CB3,{ 0x8E,0xEB,0x73,0x76,0x07,0xF5,0x6E,0x08 } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControlsStatics>
    {
        static constexpr guid value{ 0x43BA380A,0xECA4,0x4832,{ 0x91,0xAB,0xD4,0x15,0xFA,0xE4,0x84,0xC6 } };
    };
    template <> struct guid_storage<Windows::Media::ISystemMediaTransportControlsTimelineProperties>
    {
        static constexpr guid value{ 0x5125316A,0xC3A2,0x475B,{ 0x85,0x07,0x93,0x53,0x4D,0xC8,0x8F,0x15 } };
    };
    template <> struct guid_storage<Windows::Media::IVideoDisplayProperties>
    {
        static constexpr guid value{ 0x5609FDB1,0x5D2D,0x4872,{ 0x81,0x70,0x45,0xDE,0xE5,0xBC,0x2F,0x5C } };
    };
    template <> struct guid_storage<Windows::Media::IVideoDisplayProperties2>
    {
        static constexpr guid value{ 0xB410E1CE,0xAB52,0x41AB,{ 0xA4,0x86,0xCC,0x10,0xFA,0xB1,0x52,0xF9 } };
    };
    template <> struct guid_storage<Windows::Media::IVideoEffectsStatics>
    {
        static constexpr guid value{ 0x1FCDA5E8,0xBAF1,0x4521,{ 0x98,0x0C,0x3B,0xCE,0xBB,0x44,0xCF,0x38 } };
    };
    template <> struct guid_storage<Windows::Media::IVideoFrame>
    {
        static constexpr guid value{ 0x0CC06625,0x90FC,0x4C92,{ 0xBD,0x95,0x7D,0xED,0x21,0x81,0x9D,0x1C } };
    };
    template <> struct guid_storage<Windows::Media::IVideoFrame2>
    {
        static constexpr guid value{ 0x3837840D,0x336C,0x4366,{ 0x8D,0x46,0x06,0x07,0x98,0x73,0x6C,0x5D } };
    };
    template <> struct guid_storage<Windows::Media::IVideoFrameFactory>
    {
        static constexpr guid value{ 0x014B6D69,0x2228,0x4C92,{ 0x92,0xFF,0x50,0xC3,0x80,0xD3,0xE7,0x76 } };
    };
    template <> struct guid_storage<Windows::Media::IVideoFrameStatics>
    {
        static constexpr guid value{ 0xAB2A556F,0x6111,0x4B33,{ 0x8E,0xC3,0x2B,0x20,0x9A,0x02,0xE1,0x7A } };
    };
    template <> struct default_interface<Windows::Media::AudioBuffer>
    {
        using type = Windows::Media::IAudioBuffer;
    };
    template <> struct default_interface<Windows::Media::AudioFrame>
    {
        using type = Windows::Media::IAudioFrame;
    };
    template <> struct default_interface<Windows::Media::AutoRepeatModeChangeRequestedEventArgs>
    {
        using type = Windows::Media::IAutoRepeatModeChangeRequestedEventArgs;
    };
    template <> struct default_interface<Windows::Media::ImageDisplayProperties>
    {
        using type = Windows::Media::IImageDisplayProperties;
    };
    template <> struct default_interface<Windows::Media::MediaExtensionManager>
    {
        using type = Windows::Media::IMediaExtensionManager;
    };
    template <> struct default_interface<Windows::Media::MediaProcessingTriggerDetails>
    {
        using type = Windows::Media::IMediaProcessingTriggerDetails;
    };
    template <> struct default_interface<Windows::Media::MediaTimelineController>
    {
        using type = Windows::Media::IMediaTimelineController;
    };
    template <> struct default_interface<Windows::Media::MediaTimelineControllerFailedEventArgs>
    {
        using type = Windows::Media::IMediaTimelineControllerFailedEventArgs;
    };
    template <> struct default_interface<Windows::Media::MusicDisplayProperties>
    {
        using type = Windows::Media::IMusicDisplayProperties;
    };
    template <> struct default_interface<Windows::Media::PlaybackPositionChangeRequestedEventArgs>
    {
        using type = Windows::Media::IPlaybackPositionChangeRequestedEventArgs;
    };
    template <> struct default_interface<Windows::Media::PlaybackRateChangeRequestedEventArgs>
    {
        using type = Windows::Media::IPlaybackRateChangeRequestedEventArgs;
    };
    template <> struct default_interface<Windows::Media::ShuffleEnabledChangeRequestedEventArgs>
    {
        using type = Windows::Media::IShuffleEnabledChangeRequestedEventArgs;
    };
    template <> struct default_interface<Windows::Media::SystemMediaTransportControls>
    {
        using type = Windows::Media::ISystemMediaTransportControls;
    };
    template <> struct default_interface<Windows::Media::SystemMediaTransportControlsButtonPressedEventArgs>
    {
        using type = Windows::Media::ISystemMediaTransportControlsButtonPressedEventArgs;
    };
    template <> struct default_interface<Windows::Media::SystemMediaTransportControlsDisplayUpdater>
    {
        using type = Windows::Media::ISystemMediaTransportControlsDisplayUpdater;
    };
    template <> struct default_interface<Windows::Media::SystemMediaTransportControlsPropertyChangedEventArgs>
    {
        using type = Windows::Media::ISystemMediaTransportControlsPropertyChangedEventArgs;
    };
    template <> struct default_interface<Windows::Media::SystemMediaTransportControlsTimelineProperties>
    {
        using type = Windows::Media::ISystemMediaTransportControlsTimelineProperties;
    };
    template <> struct default_interface<Windows::Media::VideoDisplayProperties>
    {
        using type = Windows::Media::IVideoDisplayProperties;
    };
    template <> struct default_interface<Windows::Media::VideoFrame>
    {
        using type = Windows::Media::IVideoFrame;
    };
    template <> struct abi<Windows::Media::IAudioBuffer>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Capacity(uint32_t*) noexcept = 0;
            virtual int32_t __stdcall get_Length(uint32_t*) noexcept = 0;
            virtual int32_t __stdcall put_Length(uint32_t) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IAudioFrame>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall LockBuffer(int32_t, void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IAudioFrameFactory>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall Create(uint32_t, void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IAutoRepeatModeChangeRequestedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_RequestedAutoRepeatMode(int32_t*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IImageDisplayProperties>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Title(void**) noexcept = 0;
            virtual int32_t __stdcall put_Title(void*) noexcept = 0;
            virtual int32_t __stdcall get_Subtitle(void**) noexcept = 0;
            virtual int32_t __stdcall put_Subtitle(void*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaControl>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall add_SoundLevelChanged(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_SoundLevelChanged(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_PlayPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PlayPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_PausePressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PausePressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_StopPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_StopPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_PlayPauseTogglePressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PlayPauseTogglePressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_RecordPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_RecordPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_NextTrackPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_NextTrackPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_PreviousTrackPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PreviousTrackPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_FastForwardPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_FastForwardPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_RewindPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_RewindPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_ChannelUpPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_ChannelUpPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_ChannelDownPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_ChannelDownPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall get_SoundLevel(int32_t*) noexcept = 0;
            virtual int32_t __stdcall put_TrackName(void*) noexcept = 0;
            virtual int32_t __stdcall get_TrackName(void**) noexcept = 0;
            virtual int32_t __stdcall put_ArtistName(void*) noexcept = 0;
            virtual int32_t __stdcall get_ArtistName(void**) noexcept = 0;
            virtual int32_t __stdcall put_IsPlaying(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsPlaying(bool*) noexcept = 0;
            virtual int32_t __stdcall put_AlbumArt(void*) noexcept = 0;
            virtual int32_t __stdcall get_AlbumArt(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaExtension>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall SetProperties(void*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaExtensionManager>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall RegisterSchemeHandler(void*, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterSchemeHandlerWithSettings(void*, void*, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterByteStreamHandler(void*, void*, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterByteStreamHandlerWithSettings(void*, void*, void*, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterAudioDecoder(void*, winrt::guid, winrt::guid) noexcept = 0;
            virtual int32_t __stdcall RegisterAudioDecoderWithSettings(void*, winrt::guid, winrt::guid, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterAudioEncoder(void*, winrt::guid, winrt::guid) noexcept = 0;
            virtual int32_t __stdcall RegisterAudioEncoderWithSettings(void*, winrt::guid, winrt::guid, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterVideoDecoder(void*, winrt::guid, winrt::guid) noexcept = 0;
            virtual int32_t __stdcall RegisterVideoDecoderWithSettings(void*, winrt::guid, winrt::guid, void*) noexcept = 0;
            virtual int32_t __stdcall RegisterVideoEncoder(void*, winrt::guid, winrt::guid) noexcept = 0;
            virtual int32_t __stdcall RegisterVideoEncoderWithSettings(void*, winrt::guid, winrt::guid, void*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaExtensionManager2>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall RegisterMediaExtensionForAppService(void*, void*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaFrame>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Type(void**) noexcept = 0;
            virtual int32_t __stdcall get_IsReadOnly(bool*) noexcept = 0;
            virtual int32_t __stdcall put_RelativeTime(void*) noexcept = 0;
            virtual int32_t __stdcall get_RelativeTime(void**) noexcept = 0;
            virtual int32_t __stdcall put_SystemRelativeTime(void*) noexcept = 0;
            virtual int32_t __stdcall get_SystemRelativeTime(void**) noexcept = 0;
            virtual int32_t __stdcall put_Duration(void*) noexcept = 0;
            virtual int32_t __stdcall get_Duration(void**) noexcept = 0;
            virtual int32_t __stdcall put_IsDiscontinuous(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsDiscontinuous(bool*) noexcept = 0;
            virtual int32_t __stdcall get_ExtendedProperties(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaMarker>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Time(int64_t*) noexcept = 0;
            virtual int32_t __stdcall get_MediaMarkerType(void**) noexcept = 0;
            virtual int32_t __stdcall get_Text(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaMarkerTypesStatics>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Bookmark(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaMarkers>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Markers(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaProcessingTriggerDetails>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Arguments(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaTimelineController>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall Start() noexcept = 0;
            virtual int32_t __stdcall Resume() noexcept = 0;
            virtual int32_t __stdcall Pause() noexcept = 0;
            virtual int32_t __stdcall get_Position(int64_t*) noexcept = 0;
            virtual int32_t __stdcall put_Position(int64_t) noexcept = 0;
            virtual int32_t __stdcall get_ClockRate(double*) noexcept = 0;
            virtual int32_t __stdcall put_ClockRate(double) noexcept = 0;
            virtual int32_t __stdcall get_State(int32_t*) noexcept = 0;
            virtual int32_t __stdcall add_PositionChanged(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PositionChanged(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_StateChanged(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_StateChanged(winrt::event_token) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaTimelineController2>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Duration(void**) noexcept = 0;
            virtual int32_t __stdcall put_Duration(void*) noexcept = 0;
            virtual int32_t __stdcall get_IsLoopingEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsLoopingEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall add_Failed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_Failed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_Ended(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_Ended(winrt::event_token) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMediaTimelineControllerFailedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMusicDisplayProperties>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Title(void**) noexcept = 0;
            virtual int32_t __stdcall put_Title(void*) noexcept = 0;
            virtual int32_t __stdcall get_AlbumArtist(void**) noexcept = 0;
            virtual int32_t __stdcall put_AlbumArtist(void*) noexcept = 0;
            virtual int32_t __stdcall get_Artist(void**) noexcept = 0;
            virtual int32_t __stdcall put_Artist(void*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMusicDisplayProperties2>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_AlbumTitle(void**) noexcept = 0;
            virtual int32_t __stdcall put_AlbumTitle(void*) noexcept = 0;
            virtual int32_t __stdcall get_TrackNumber(uint32_t*) noexcept = 0;
            virtual int32_t __stdcall put_TrackNumber(uint32_t) noexcept = 0;
            virtual int32_t __stdcall get_Genres(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IMusicDisplayProperties3>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_AlbumTrackCount(uint32_t*) noexcept = 0;
            virtual int32_t __stdcall put_AlbumTrackCount(uint32_t) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IPlaybackPositionChangeRequestedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_RequestedPlaybackPosition(int64_t*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IPlaybackRateChangeRequestedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_RequestedPlaybackRate(double*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IShuffleEnabledChangeRequestedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_RequestedShuffleEnabled(bool*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControls>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_PlaybackStatus(int32_t*) noexcept = 0;
            virtual int32_t __stdcall put_PlaybackStatus(int32_t) noexcept = 0;
            virtual int32_t __stdcall get_DisplayUpdater(void**) noexcept = 0;
            virtual int32_t __stdcall get_SoundLevel(int32_t*) noexcept = 0;
            virtual int32_t __stdcall get_IsEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsPlayEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsPlayEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsStopEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsStopEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsPauseEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsPauseEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsRecordEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsRecordEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsFastForwardEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsFastForwardEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsRewindEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsRewindEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsPreviousEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsPreviousEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsNextEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsNextEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsChannelUpEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsChannelUpEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_IsChannelDownEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_IsChannelDownEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall add_ButtonPressed(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_ButtonPressed(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_PropertyChanged(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PropertyChanged(winrt::event_token) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControls2>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_AutoRepeatMode(int32_t*) noexcept = 0;
            virtual int32_t __stdcall put_AutoRepeatMode(int32_t) noexcept = 0;
            virtual int32_t __stdcall get_ShuffleEnabled(bool*) noexcept = 0;
            virtual int32_t __stdcall put_ShuffleEnabled(bool) noexcept = 0;
            virtual int32_t __stdcall get_PlaybackRate(double*) noexcept = 0;
            virtual int32_t __stdcall put_PlaybackRate(double) noexcept = 0;
            virtual int32_t __stdcall UpdateTimelineProperties(void*) noexcept = 0;
            virtual int32_t __stdcall add_PlaybackPositionChangeRequested(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PlaybackPositionChangeRequested(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_PlaybackRateChangeRequested(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_PlaybackRateChangeRequested(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_ShuffleEnabledChangeRequested(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_ShuffleEnabledChangeRequested(winrt::event_token) noexcept = 0;
            virtual int32_t __stdcall add_AutoRepeatModeChangeRequested(void*, winrt::event_token*) noexcept = 0;
            virtual int32_t __stdcall remove_AutoRepeatModeChangeRequested(winrt::event_token) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControlsButtonPressedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Button(int32_t*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControlsDisplayUpdater>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Type(int32_t*) noexcept = 0;
            virtual int32_t __stdcall put_Type(int32_t) noexcept = 0;
            virtual int32_t __stdcall get_AppMediaId(void**) noexcept = 0;
            virtual int32_t __stdcall put_AppMediaId(void*) noexcept = 0;
            virtual int32_t __stdcall get_Thumbnail(void**) noexcept = 0;
            virtual int32_t __stdcall put_Thumbnail(void*) noexcept = 0;
            virtual int32_t __stdcall get_MusicProperties(void**) noexcept = 0;
            virtual int32_t __stdcall get_VideoProperties(void**) noexcept = 0;
            virtual int32_t __stdcall get_ImageProperties(void**) noexcept = 0;
            virtual int32_t __stdcall CopyFromFileAsync(int32_t, void*, void**) noexcept = 0;
            virtual int32_t __stdcall ClearAll() noexcept = 0;
            virtual int32_t __stdcall Update() noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControlsPropertyChangedEventArgs>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Property(int32_t*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControlsStatics>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall GetForCurrentView(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::ISystemMediaTransportControlsTimelineProperties>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_StartTime(int64_t*) noexcept = 0;
            virtual int32_t __stdcall put_StartTime(int64_t) noexcept = 0;
            virtual int32_t __stdcall get_EndTime(int64_t*) noexcept = 0;
            virtual int32_t __stdcall put_EndTime(int64_t) noexcept = 0;
            virtual int32_t __stdcall get_MinSeekTime(int64_t*) noexcept = 0;
            virtual int32_t __stdcall put_MinSeekTime(int64_t) noexcept = 0;
            virtual int32_t __stdcall get_MaxSeekTime(int64_t*) noexcept = 0;
            virtual int32_t __stdcall put_MaxSeekTime(int64_t) noexcept = 0;
            virtual int32_t __stdcall get_Position(int64_t*) noexcept = 0;
            virtual int32_t __stdcall put_Position(int64_t) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoDisplayProperties>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Title(void**) noexcept = 0;
            virtual int32_t __stdcall put_Title(void*) noexcept = 0;
            virtual int32_t __stdcall get_Subtitle(void**) noexcept = 0;
            virtual int32_t __stdcall put_Subtitle(void*) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoDisplayProperties2>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_Genres(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoEffectsStatics>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_VideoStabilization(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoFrame>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_SoftwareBitmap(void**) noexcept = 0;
            virtual int32_t __stdcall CopyToAsync(void*, void**) noexcept = 0;
            virtual int32_t __stdcall get_Direct3DSurface(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoFrame2>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall CopyToWithBoundsAsync(void*, void*, void*, void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoFrameFactory>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall Create(int32_t, int32_t, int32_t, void**) noexcept = 0;
            virtual int32_t __stdcall CreateWithAlpha(int32_t, int32_t, int32_t, int32_t, void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Media::IVideoFrameStatics>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall CreateAsDirect3D11SurfaceBacked(int32_t, int32_t, int32_t, void**) noexcept = 0;
            virtual int32_t __stdcall CreateAsDirect3D11SurfaceBackedWithDevice(int32_t, int32_t, int32_t, void*, void**) noexcept = 0;
            virtual int32_t __stdcall CreateWithSoftwareBitmap(void*, void**) noexcept = 0;
            virtual int32_t __stdcall CreateWithDirect3D11Surface(void*, void**) noexcept = 0;
        };
    };
    template <typename D>
    struct consume_Windows_Media_IAudioBuffer
    {
        [[nodiscard]] auto Capacity() const;
        [[nodiscard]] auto Length() const;
        auto Length(uint32_t value) const;
    };
    template <> struct consume<Windows::Media::IAudioBuffer>
    {
        template <typename D> using type = consume_Windows_Media_IAudioBuffer<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IAudioFrame
    {
        auto LockBuffer(Windows::Media::AudioBufferAccessMode const& mode) const;
    };
    template <> struct consume<Windows::Media::IAudioFrame>
    {
        template <typename D> using type = consume_Windows_Media_IAudioFrame<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IAudioFrameFactory
    {
        auto Create(uint32_t capacity) const;
    };
    template <> struct consume<Windows::Media::IAudioFrameFactory>
    {
        template <typename D> using type = consume_Windows_Media_IAudioFrameFactory<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IAutoRepeatModeChangeRequestedEventArgs
    {
        [[nodiscard]] auto RequestedAutoRepeatMode() const;
    };
    template <> struct consume<Windows::Media::IAutoRepeatModeChangeRequestedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_IAutoRepeatModeChangeRequestedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IImageDisplayProperties
    {
        [[nodiscard]] auto Title() const;
        auto Title(param::hstring const& value) const;
        [[nodiscard]] auto Subtitle() const;
        auto Subtitle(param::hstring const& value) const;
    };
    template <> struct consume<Windows::Media::IImageDisplayProperties>
    {
        template <typename D> using type = consume_Windows_Media_IImageDisplayProperties<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaControl
    {
        auto SoundLevelChanged(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using SoundLevelChanged_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_SoundLevelChanged>;
        SoundLevelChanged_revoker SoundLevelChanged(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto SoundLevelChanged(winrt::event_token const& cookie) const noexcept;
        auto PlayPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using PlayPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_PlayPressed>;
        PlayPressed_revoker PlayPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto PlayPressed(winrt::event_token const& cookie) const noexcept;
        auto PausePressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using PausePressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_PausePressed>;
        PausePressed_revoker PausePressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto PausePressed(winrt::event_token const& cookie) const noexcept;
        auto StopPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using StopPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_StopPressed>;
        StopPressed_revoker StopPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto StopPressed(winrt::event_token const& cookie) const noexcept;
        auto PlayPauseTogglePressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using PlayPauseTogglePressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_PlayPauseTogglePressed>;
        PlayPauseTogglePressed_revoker PlayPauseTogglePressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto PlayPauseTogglePressed(winrt::event_token const& cookie) const noexcept;
        auto RecordPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using RecordPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_RecordPressed>;
        RecordPressed_revoker RecordPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto RecordPressed(winrt::event_token const& cookie) const noexcept;
        auto NextTrackPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using NextTrackPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_NextTrackPressed>;
        NextTrackPressed_revoker NextTrackPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto NextTrackPressed(winrt::event_token const& cookie) const noexcept;
        auto PreviousTrackPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using PreviousTrackPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_PreviousTrackPressed>;
        PreviousTrackPressed_revoker PreviousTrackPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto PreviousTrackPressed(winrt::event_token const& cookie) const noexcept;
        auto FastForwardPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using FastForwardPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_FastForwardPressed>;
        FastForwardPressed_revoker FastForwardPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto FastForwardPressed(winrt::event_token const& cookie) const noexcept;
        auto RewindPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using RewindPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_RewindPressed>;
        RewindPressed_revoker RewindPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto RewindPressed(winrt::event_token const& cookie) const noexcept;
        auto ChannelUpPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using ChannelUpPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_ChannelUpPressed>;
        ChannelUpPressed_revoker ChannelUpPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto ChannelUpPressed(winrt::event_token const& cookie) const noexcept;
        auto ChannelDownPressed(Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        using ChannelDownPressed_revoker = impl::event_revoker<Windows::Media::IMediaControl, &impl::abi_t<Windows::Media::IMediaControl>::remove_ChannelDownPressed>;
        ChannelDownPressed_revoker ChannelDownPressed(auto_revoke_t, Windows::Foundation::EventHandler<Windows::Foundation::IInspectable> const& handler) const;
        auto ChannelDownPressed(winrt::event_token const& cookie) const noexcept;
        [[nodiscard]] auto SoundLevel() const;
        auto TrackName(param::hstring const& value) const;
        [[nodiscard]] auto TrackName() const;
        auto ArtistName(param::hstring const& value) const;
        [[nodiscard]] auto ArtistName() const;
        auto IsPlaying(bool value) const;
        [[nodiscard]] auto IsPlaying() const;
        auto AlbumArt(Windows::Foundation::Uri const& value) const;
        [[nodiscard]] auto AlbumArt() const;
    };
    template <> struct consume<Windows::Media::IMediaControl>
    {
        template <typename D> using type = consume_Windows_Media_IMediaControl<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaExtension
    {
        auto SetProperties(Windows::Foundation::Collections::IPropertySet const& configuration) const;
    };
    template <> struct consume<Windows::Media::IMediaExtension>
    {
        template <typename D> using type = consume_Windows_Media_IMediaExtension<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaExtensionManager
    {
        auto RegisterSchemeHandler(param::hstring const& activatableClassId, param::hstring const& scheme) const;
        auto RegisterSchemeHandler(param::hstring const& activatableClassId, param::hstring const& scheme, Windows::Foundation::Collections::IPropertySet const& configuration) const;
        auto RegisterByteStreamHandler(param::hstring const& activatableClassId, param::hstring const& fileExtension, param::hstring const& mimeType) const;
        auto RegisterByteStreamHandler(param::hstring const& activatableClassId, param::hstring const& fileExtension, param::hstring const& mimeType, Windows::Foundation::Collections::IPropertySet const& configuration) const;
        auto RegisterAudioDecoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype) const;
        auto RegisterAudioDecoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype, Windows::Foundation::Collections::IPropertySet const& configuration) const;
        auto RegisterAudioEncoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype) const;
        auto RegisterAudioEncoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype, Windows::Foundation::Collections::IPropertySet const& configuration) const;
        auto RegisterVideoDecoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype) const;
        auto RegisterVideoDecoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype, Windows::Foundation::Collections::IPropertySet const& configuration) const;
        auto RegisterVideoEncoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype) const;
        auto RegisterVideoEncoder(param::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype, Windows::Foundation::Collections::IPropertySet const& configuration) const;
    };
    template <> struct consume<Windows::Media::IMediaExtensionManager>
    {
        template <typename D> using type = consume_Windows_Media_IMediaExtensionManager<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaExtensionManager2
    {
        auto RegisterMediaExtensionForAppService(Windows::Media::IMediaExtension const& extension, Windows::ApplicationModel::AppService::AppServiceConnection const& connection) const;
    };
    template <> struct consume<Windows::Media::IMediaExtensionManager2>
    {
        template <typename D> using type = consume_Windows_Media_IMediaExtensionManager2<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaFrame
    {
        [[nodiscard]] auto Type() const;
        [[nodiscard]] auto IsReadOnly() const;
        auto RelativeTime(Windows::Foundation::IReference<Windows::Foundation::TimeSpan> const& value) const;
        [[nodiscard]] auto RelativeTime() const;
        auto SystemRelativeTime(Windows::Foundation::IReference<Windows::Foundation::TimeSpan> const& value) const;
        [[nodiscard]] auto SystemRelativeTime() const;
        auto Duration(Windows::Foundation::IReference<Windows::Foundation::TimeSpan> const& value) const;
        [[nodiscard]] auto Duration() const;
        auto IsDiscontinuous(bool value) const;
        [[nodiscard]] auto IsDiscontinuous() const;
        [[nodiscard]] auto ExtendedProperties() const;
    };
    template <> struct consume<Windows::Media::IMediaFrame>
    {
        template <typename D> using type = consume_Windows_Media_IMediaFrame<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaMarker
    {
        [[nodiscard]] auto Time() const;
        [[nodiscard]] auto MediaMarkerType() const;
        [[nodiscard]] auto Text() const;
    };
    template <> struct consume<Windows::Media::IMediaMarker>
    {
        template <typename D> using type = consume_Windows_Media_IMediaMarker<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaMarkerTypesStatics
    {
        [[nodiscard]] auto Bookmark() const;
    };
    template <> struct consume<Windows::Media::IMediaMarkerTypesStatics>
    {
        template <typename D> using type = consume_Windows_Media_IMediaMarkerTypesStatics<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaMarkers
    {
        [[nodiscard]] auto Markers() const;
    };
    template <> struct consume<Windows::Media::IMediaMarkers>
    {
        template <typename D> using type = consume_Windows_Media_IMediaMarkers<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaProcessingTriggerDetails
    {
        [[nodiscard]] auto Arguments() const;
    };
    template <> struct consume<Windows::Media::IMediaProcessingTriggerDetails>
    {
        template <typename D> using type = consume_Windows_Media_IMediaProcessingTriggerDetails<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaTimelineController
    {
        auto Start() const;
        auto Resume() const;
        auto Pause() const;
        [[nodiscard]] auto Position() const;
        auto Position(Windows::Foundation::TimeSpan const& value) const;
        [[nodiscard]] auto ClockRate() const;
        auto ClockRate(double value) const;
        [[nodiscard]] auto State() const;
        auto PositionChanged(Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Foundation::IInspectable> const& positionChangedEventHandler) const;
        using PositionChanged_revoker = impl::event_revoker<Windows::Media::IMediaTimelineController, &impl::abi_t<Windows::Media::IMediaTimelineController>::remove_PositionChanged>;
        PositionChanged_revoker PositionChanged(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Foundation::IInspectable> const& positionChangedEventHandler) const;
        auto PositionChanged(winrt::event_token const& eventCookie) const noexcept;
        auto StateChanged(Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Foundation::IInspectable> const& stateChangedEventHandler) const;
        using StateChanged_revoker = impl::event_revoker<Windows::Media::IMediaTimelineController, &impl::abi_t<Windows::Media::IMediaTimelineController>::remove_StateChanged>;
        StateChanged_revoker StateChanged(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Foundation::IInspectable> const& stateChangedEventHandler) const;
        auto StateChanged(winrt::event_token const& eventCookie) const noexcept;
    };
    template <> struct consume<Windows::Media::IMediaTimelineController>
    {
        template <typename D> using type = consume_Windows_Media_IMediaTimelineController<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaTimelineController2
    {
        [[nodiscard]] auto Duration() const;
        auto Duration(Windows::Foundation::IReference<Windows::Foundation::TimeSpan> const& value) const;
        [[nodiscard]] auto IsLoopingEnabled() const;
        auto IsLoopingEnabled(bool value) const;
        auto Failed(Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Media::MediaTimelineControllerFailedEventArgs> const& eventHandler) const;
        using Failed_revoker = impl::event_revoker<Windows::Media::IMediaTimelineController2, &impl::abi_t<Windows::Media::IMediaTimelineController2>::remove_Failed>;
        Failed_revoker Failed(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Media::MediaTimelineControllerFailedEventArgs> const& eventHandler) const;
        auto Failed(winrt::event_token const& token) const noexcept;
        auto Ended(Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Foundation::IInspectable> const& eventHandler) const;
        using Ended_revoker = impl::event_revoker<Windows::Media::IMediaTimelineController2, &impl::abi_t<Windows::Media::IMediaTimelineController2>::remove_Ended>;
        Ended_revoker Ended(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::MediaTimelineController, Windows::Foundation::IInspectable> const& eventHandler) const;
        auto Ended(winrt::event_token const& token) const noexcept;
    };
    template <> struct consume<Windows::Media::IMediaTimelineController2>
    {
        template <typename D> using type = consume_Windows_Media_IMediaTimelineController2<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMediaTimelineControllerFailedEventArgs
    {
        [[nodiscard]] auto ExtendedError() const;
    };
    template <> struct consume<Windows::Media::IMediaTimelineControllerFailedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_IMediaTimelineControllerFailedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMusicDisplayProperties
    {
        [[nodiscard]] auto Title() const;
        auto Title(param::hstring const& value) const;
        [[nodiscard]] auto AlbumArtist() const;
        auto AlbumArtist(param::hstring const& value) const;
        [[nodiscard]] auto Artist() const;
        auto Artist(param::hstring const& value) const;
    };
    template <> struct consume<Windows::Media::IMusicDisplayProperties>
    {
        template <typename D> using type = consume_Windows_Media_IMusicDisplayProperties<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMusicDisplayProperties2
    {
        [[nodiscard]] auto AlbumTitle() const;
        auto AlbumTitle(param::hstring const& value) const;
        [[nodiscard]] auto TrackNumber() const;
        auto TrackNumber(uint32_t value) const;
        [[nodiscard]] auto Genres() const;
    };
    template <> struct consume<Windows::Media::IMusicDisplayProperties2>
    {
        template <typename D> using type = consume_Windows_Media_IMusicDisplayProperties2<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IMusicDisplayProperties3
    {
        [[nodiscard]] auto AlbumTrackCount() const;
        auto AlbumTrackCount(uint32_t value) const;
    };
    template <> struct consume<Windows::Media::IMusicDisplayProperties3>
    {
        template <typename D> using type = consume_Windows_Media_IMusicDisplayProperties3<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IPlaybackPositionChangeRequestedEventArgs
    {
        [[nodiscard]] auto RequestedPlaybackPosition() const;
    };
    template <> struct consume<Windows::Media::IPlaybackPositionChangeRequestedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_IPlaybackPositionChangeRequestedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IPlaybackRateChangeRequestedEventArgs
    {
        [[nodiscard]] auto RequestedPlaybackRate() const;
    };
    template <> struct consume<Windows::Media::IPlaybackRateChangeRequestedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_IPlaybackRateChangeRequestedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IShuffleEnabledChangeRequestedEventArgs
    {
        [[nodiscard]] auto RequestedShuffleEnabled() const;
    };
    template <> struct consume<Windows::Media::IShuffleEnabledChangeRequestedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_IShuffleEnabledChangeRequestedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControls
    {
        [[nodiscard]] auto PlaybackStatus() const;
        auto PlaybackStatus(Windows::Media::MediaPlaybackStatus const& value) const;
        [[nodiscard]] auto DisplayUpdater() const;
        [[nodiscard]] auto SoundLevel() const;
        [[nodiscard]] auto IsEnabled() const;
        auto IsEnabled(bool value) const;
        [[nodiscard]] auto IsPlayEnabled() const;
        auto IsPlayEnabled(bool value) const;
        [[nodiscard]] auto IsStopEnabled() const;
        auto IsStopEnabled(bool value) const;
        [[nodiscard]] auto IsPauseEnabled() const;
        auto IsPauseEnabled(bool value) const;
        [[nodiscard]] auto IsRecordEnabled() const;
        auto IsRecordEnabled(bool value) const;
        [[nodiscard]] auto IsFastForwardEnabled() const;
        auto IsFastForwardEnabled(bool value) const;
        [[nodiscard]] auto IsRewindEnabled() const;
        auto IsRewindEnabled(bool value) const;
        [[nodiscard]] auto IsPreviousEnabled() const;
        auto IsPreviousEnabled(bool value) const;
        [[nodiscard]] auto IsNextEnabled() const;
        auto IsNextEnabled(bool value) const;
        [[nodiscard]] auto IsChannelUpEnabled() const;
        auto IsChannelUpEnabled(bool value) const;
        [[nodiscard]] auto IsChannelDownEnabled() const;
        auto IsChannelDownEnabled(bool value) const;
        auto ButtonPressed(Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::SystemMediaTransportControlsButtonPressedEventArgs> const& handler) const;
        using ButtonPressed_revoker = impl::event_revoker<Windows::Media::ISystemMediaTransportControls, &impl::abi_t<Windows::Media::ISystemMediaTransportControls>::remove_ButtonPressed>;
        ButtonPressed_revoker ButtonPressed(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::SystemMediaTransportControlsButtonPressedEventArgs> const& handler) const;
        auto ButtonPressed(winrt::event_token const& token) const noexcept;
        auto PropertyChanged(Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::SystemMediaTransportControlsPropertyChangedEventArgs> const& handler) const;
        using PropertyChanged_revoker = impl::event_revoker<Windows::Media::ISystemMediaTransportControls, &impl::abi_t<Windows::Media::ISystemMediaTransportControls>::remove_PropertyChanged>;
        PropertyChanged_revoker PropertyChanged(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::SystemMediaTransportControlsPropertyChangedEventArgs> const& handler) const;
        auto PropertyChanged(winrt::event_token const& token) const noexcept;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControls>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControls<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControls2
    {
        [[nodiscard]] auto AutoRepeatMode() const;
        auto AutoRepeatMode(Windows::Media::MediaPlaybackAutoRepeatMode const& value) const;
        [[nodiscard]] auto ShuffleEnabled() const;
        auto ShuffleEnabled(bool value) const;
        [[nodiscard]] auto PlaybackRate() const;
        auto PlaybackRate(double value) const;
        auto UpdateTimelineProperties(Windows::Media::SystemMediaTransportControlsTimelineProperties const& timelineProperties) const;
        auto PlaybackPositionChangeRequested(Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::PlaybackPositionChangeRequestedEventArgs> const& handler) const;
        using PlaybackPositionChangeRequested_revoker = impl::event_revoker<Windows::Media::ISystemMediaTransportControls2, &impl::abi_t<Windows::Media::ISystemMediaTransportControls2>::remove_PlaybackPositionChangeRequested>;
        PlaybackPositionChangeRequested_revoker PlaybackPositionChangeRequested(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::PlaybackPositionChangeRequestedEventArgs> const& handler) const;
        auto PlaybackPositionChangeRequested(winrt::event_token const& token) const noexcept;
        auto PlaybackRateChangeRequested(Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::PlaybackRateChangeRequestedEventArgs> const& handler) const;
        using PlaybackRateChangeRequested_revoker = impl::event_revoker<Windows::Media::ISystemMediaTransportControls2, &impl::abi_t<Windows::Media::ISystemMediaTransportControls2>::remove_PlaybackRateChangeRequested>;
        PlaybackRateChangeRequested_revoker PlaybackRateChangeRequested(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::PlaybackRateChangeRequestedEventArgs> const& handler) const;
        auto PlaybackRateChangeRequested(winrt::event_token const& token) const noexcept;
        auto ShuffleEnabledChangeRequested(Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::ShuffleEnabledChangeRequestedEventArgs> const& handler) const;
        using ShuffleEnabledChangeRequested_revoker = impl::event_revoker<Windows::Media::ISystemMediaTransportControls2, &impl::abi_t<Windows::Media::ISystemMediaTransportControls2>::remove_ShuffleEnabledChangeRequested>;
        ShuffleEnabledChangeRequested_revoker ShuffleEnabledChangeRequested(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::ShuffleEnabledChangeRequestedEventArgs> const& handler) const;
        auto ShuffleEnabledChangeRequested(winrt::event_token const& token) const noexcept;
        auto AutoRepeatModeChangeRequested(Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::AutoRepeatModeChangeRequestedEventArgs> const& handler) const;
        using AutoRepeatModeChangeRequested_revoker = impl::event_revoker<Windows::Media::ISystemMediaTransportControls2, &impl::abi_t<Windows::Media::ISystemMediaTransportControls2>::remove_AutoRepeatModeChangeRequested>;
        AutoRepeatModeChangeRequested_revoker AutoRepeatModeChangeRequested(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Media::SystemMediaTransportControls, Windows::Media::AutoRepeatModeChangeRequestedEventArgs> const& handler) const;
        auto AutoRepeatModeChangeRequested(winrt::event_token const& token) const noexcept;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControls2>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControls2<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControlsButtonPressedEventArgs
    {
        [[nodiscard]] auto Button() const;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControlsButtonPressedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControlsButtonPressedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControlsDisplayUpdater
    {
        [[nodiscard]] auto Type() const;
        auto Type(Windows::Media::MediaPlaybackType const& value) const;
        [[nodiscard]] auto AppMediaId() const;
        auto AppMediaId(param::hstring const& value) const;
        [[nodiscard]] auto Thumbnail() const;
        auto Thumbnail(Windows::Storage::Streams::RandomAccessStreamReference const& value) const;
        [[nodiscard]] auto MusicProperties() const;
        [[nodiscard]] auto VideoProperties() const;
        [[nodiscard]] auto ImageProperties() const;
        auto CopyFromFileAsync(Windows::Media::MediaPlaybackType const& type, Windows::Storage::StorageFile const& source) const;
        auto ClearAll() const;
        auto Update() const;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControlsDisplayUpdater>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControlsDisplayUpdater<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControlsPropertyChangedEventArgs
    {
        [[nodiscard]] auto Property() const;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControlsPropertyChangedEventArgs>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControlsPropertyChangedEventArgs<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControlsStatics
    {
        auto GetForCurrentView() const;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControlsStatics>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControlsStatics<D>;
    };
    template <typename D>
    struct consume_Windows_Media_ISystemMediaTransportControlsTimelineProperties
    {
        [[nodiscard]] auto StartTime() const;
        auto StartTime(Windows::Foundation::TimeSpan const& value) const;
        [[nodiscard]] auto EndTime() const;
        auto EndTime(Windows::Foundation::TimeSpan const& value) const;
        [[nodiscard]] auto MinSeekTime() const;
        auto MinSeekTime(Windows::Foundation::TimeSpan const& value) const;
        [[nodiscard]] auto MaxSeekTime() const;
        auto MaxSeekTime(Windows::Foundation::TimeSpan const& value) const;
        [[nodiscard]] auto Position() const;
        auto Position(Windows::Foundation::TimeSpan const& value) const;
    };
    template <> struct consume<Windows::Media::ISystemMediaTransportControlsTimelineProperties>
    {
        template <typename D> using type = consume_Windows_Media_ISystemMediaTransportControlsTimelineProperties<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoDisplayProperties
    {
        [[nodiscard]] auto Title() const;
        auto Title(param::hstring const& value) const;
        [[nodiscard]] auto Subtitle() const;
        auto Subtitle(param::hstring const& value) const;
    };
    template <> struct consume<Windows::Media::IVideoDisplayProperties>
    {
        template <typename D> using type = consume_Windows_Media_IVideoDisplayProperties<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoDisplayProperties2
    {
        [[nodiscard]] auto Genres() const;
    };
    template <> struct consume<Windows::Media::IVideoDisplayProperties2>
    {
        template <typename D> using type = consume_Windows_Media_IVideoDisplayProperties2<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoEffectsStatics
    {
        [[nodiscard]] auto VideoStabilization() const;
    };
    template <> struct consume<Windows::Media::IVideoEffectsStatics>
    {
        template <typename D> using type = consume_Windows_Media_IVideoEffectsStatics<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoFrame
    {
        [[nodiscard]] auto SoftwareBitmap() const;
        auto CopyToAsync(Windows::Media::VideoFrame const& frame) const;
        [[nodiscard]] auto Direct3DSurface() const;
    };
    template <> struct consume<Windows::Media::IVideoFrame>
    {
        template <typename D> using type = consume_Windows_Media_IVideoFrame<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoFrame2
    {
        auto CopyToAsync(Windows::Media::VideoFrame const& frame, Windows::Foundation::IReference<Windows::Graphics::Imaging::BitmapBounds> const& sourceBounds, Windows::Foundation::IReference<Windows::Graphics::Imaging::BitmapBounds> const& destinationBounds) const;
    };
    template <> struct consume<Windows::Media::IVideoFrame2>
    {
        template <typename D> using type = consume_Windows_Media_IVideoFrame2<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoFrameFactory
    {
        auto Create(Windows::Graphics::Imaging::BitmapPixelFormat const& format, int32_t width, int32_t height) const;
        auto CreateWithAlpha(Windows::Graphics::Imaging::BitmapPixelFormat const& format, int32_t width, int32_t height, Windows::Graphics::Imaging::BitmapAlphaMode const& alpha) const;
    };
    template <> struct consume<Windows::Media::IVideoFrameFactory>
    {
        template <typename D> using type = consume_Windows_Media_IVideoFrameFactory<D>;
    };
    template <typename D>
    struct consume_Windows_Media_IVideoFrameStatics
    {
        auto CreateAsDirect3D11SurfaceBacked(Windows::Graphics::DirectX::DirectXPixelFormat const& format, int32_t width, int32_t height) const;
        auto CreateAsDirect3D11SurfaceBacked(Windows::Graphics::DirectX::DirectXPixelFormat const& format, int32_t width, int32_t height, Windows::Graphics::DirectX::Direct3D11::IDirect3DDevice const& device) const;
        auto CreateWithSoftwareBitmap(Windows::Graphics::Imaging::SoftwareBitmap const& bitmap) const;
        auto CreateWithDirect3D11Surface(Windows::Graphics::DirectX::Direct3D11::IDirect3DSurface const& surface) const;
    };
    template <> struct consume<Windows::Media::IVideoFrameStatics>
    {
        template <typename D> using type = consume_Windows_Media_IVideoFrameStatics<D>;
    };
    struct struct_Windows_Media_MediaTimeRange
    {
        int64_t Start;
        int64_t End;
    };
    template <> struct abi<Windows::Media::MediaTimeRange>
    {
        using type = struct_Windows_Media_MediaTimeRange;
    };
}
#endif

Youez - 2016 - github.com/yon3zu
LinuXploit