// WARNING: Please don't edit this file. It was generated by C++/WinRT // v2.0.250303.1 #pragma once #ifndef WINRT_Microsoft_Windows_Media_Capture_2_H #define WINRT_Microsoft_Windows_Media_Capture_2_H #include "winrt/impl/Microsoft.UI.1.h" #include "winrt/impl/Microsoft.Windows.Media.Capture.1.h" WINRT_EXPORT namespace winrt::Microsoft::Windows::Media::Capture { struct WINRT_IMPL_EMPTY_BASES CameraCaptureUI : winrt::Microsoft::Windows::Media::Capture::ICameraCaptureUI { CameraCaptureUI(std::nullptr_t) noexcept {} CameraCaptureUI(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::Media::Capture::ICameraCaptureUI( ptr, take_ownership_from_abi) {} explicit CameraCaptureUI(winrt::Microsoft::UI::WindowId const& windowId); }; struct WINRT_IMPL_EMPTY_BASES CameraCaptureUIPhotoCaptureSettings : winrt::Microsoft::Windows::Media::Capture:: ICameraCaptureUIPhotoCaptureSettings { CameraCaptureUIPhotoCaptureSettings(std::nullptr_t) noexcept {} CameraCaptureUIPhotoCaptureSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::Media::Capture:: ICameraCaptureUIPhotoCaptureSettings(ptr, take_ownership_from_abi) {} CameraCaptureUIPhotoCaptureSettings(); }; struct WINRT_IMPL_EMPTY_BASES CameraCaptureUIVideoCaptureSettings : winrt::Microsoft::Windows::Media::Capture:: ICameraCaptureUIVideoCaptureSettings { CameraCaptureUIVideoCaptureSettings(std::nullptr_t) noexcept {} CameraCaptureUIVideoCaptureSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::Windows::Media::Capture:: ICameraCaptureUIVideoCaptureSettings(ptr, take_ownership_from_abi) {} CameraCaptureUIVideoCaptureSettings(); }; } #endif