// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Media_SpeechSynthesis_1_H #define WINRT_Windows_Media_SpeechSynthesis_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Storage.Streams.0.h" #include "winrt/impl/Windows.Media.SpeechSynthesis.0.h" WINRT_EXPORT namespace winrt::Windows::Media::SpeechSynthesis { struct WINRT_IMPL_EMPTY_BASES IInstalledVoicesStatic : winrt::Windows::Foundation::IInspectable, impl::consume_t { IInstalledVoicesStatic(std::nullptr_t = nullptr) noexcept {} IInstalledVoicesStatic(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IInstalledVoicesStatic2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IInstalledVoicesStatic2(std::nullptr_t = nullptr) noexcept {} IInstalledVoicesStatic2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISpeechSynthesisStream : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { ISpeechSynthesisStream(std::nullptr_t = nullptr) noexcept {} ISpeechSynthesisStream(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISpeechSynthesizer : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpeechSynthesizer(std::nullptr_t = nullptr) noexcept {} ISpeechSynthesizer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISpeechSynthesizer2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpeechSynthesizer2(std::nullptr_t = nullptr) noexcept {} ISpeechSynthesizer2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISpeechSynthesizerOptions : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpeechSynthesizerOptions(std::nullptr_t = nullptr) noexcept {} ISpeechSynthesizerOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISpeechSynthesizerOptions2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpeechSynthesizerOptions2(std::nullptr_t = nullptr) noexcept {} ISpeechSynthesizerOptions2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISpeechSynthesizerOptions3 : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpeechSynthesizerOptions3(std::nullptr_t = nullptr) noexcept {} ISpeechSynthesizerOptions3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceInformation : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceInformation(std::nullptr_t = nullptr) noexcept {} IVoiceInformation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif