Update WinRT to new version 2.0.250303.1

PiperOrigin-RevId: 781075193
This commit is contained in:
Guogang Li
2025-07-09 08:58:00 -07:00
committed by Copybara-Service
parent 5e558cffc4
commit 8f14bd10fc
1395 changed files with 498490 additions and 61973 deletions
@@ -1,4 +1,4 @@
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
#pragma once
#ifndef WINRT_Windows_Media_Transcoding_0_H
@@ -69,7 +69,7 @@ namespace winrt::impl
template <> struct default_interface<winrt::Windows::Media::Transcoding::PrepareTranscodeResult>{ using type = winrt::Windows::Media::Transcoding::IPrepareTranscodeResult; };
template <> struct abi<winrt::Windows::Media::Transcoding::IMediaTranscoder>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall put_TrimStartTime(int64_t) noexcept = 0;
virtual int32_t __stdcall get_TrimStartTime(int64_t*) noexcept = 0;
@@ -90,7 +90,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::Media::Transcoding::IMediaTranscoder2>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall PrepareMediaStreamSourceTranscodeAsync(void*, void*, void*, void**) noexcept = 0;
virtual int32_t __stdcall put_VideoProcessingAlgorithm(int32_t) noexcept = 0;
@@ -99,7 +99,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::Media::Transcoding::IPrepareTranscodeResult>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_CanTranscode(bool*) noexcept = 0;
virtual int32_t __stdcall get_FailureReason(int32_t*) noexcept = 0;