mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user