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
+3
-3
@@ -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_2_H
|
||||
@@ -6,14 +6,14 @@
|
||||
#include "winrt/impl/Windows.Media.Transcoding.1.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::Media::Transcoding
|
||||
{
|
||||
struct __declspec(empty_bases) MediaTranscoder : winrt::Windows::Media::Transcoding::IMediaTranscoder,
|
||||
struct WINRT_IMPL_EMPTY_BASES MediaTranscoder : winrt::Windows::Media::Transcoding::IMediaTranscoder,
|
||||
impl::require<MediaTranscoder, winrt::Windows::Media::Transcoding::IMediaTranscoder2>
|
||||
{
|
||||
MediaTranscoder(std::nullptr_t) noexcept {}
|
||||
MediaTranscoder(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Media::Transcoding::IMediaTranscoder(ptr, take_ownership_from_abi) {}
|
||||
MediaTranscoder();
|
||||
};
|
||||
struct __declspec(empty_bases) PrepareTranscodeResult : winrt::Windows::Media::Transcoding::IPrepareTranscodeResult
|
||||
struct WINRT_IMPL_EMPTY_BASES PrepareTranscodeResult : winrt::Windows::Media::Transcoding::IPrepareTranscodeResult
|
||||
{
|
||||
PrepareTranscodeResult(std::nullptr_t) noexcept {}
|
||||
PrepareTranscodeResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Media::Transcoding::IPrepareTranscodeResult(ptr, take_ownership_from_abi) {}
|
||||
|
||||
Reference in New Issue
Block a user