mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
320 lines
27 KiB
C++
320 lines
27 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
|
|
|
#ifndef WINRT_Windows_Media_Streaming_Adaptive_1_H
|
|
#define WINRT_Windows_Media_Streaming_Adaptive_1_H
|
|
#include "winrt/impl/Windows.Media.Core.0.h"
|
|
#include "winrt/impl/Windows.Media.Streaming.Adaptive.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Media::Streaming::Adaptive
|
|
{
|
|
struct __declspec(empty_bases) IAdaptiveMediaSource :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSource>,
|
|
impl::require<winrt::Windows::Media::Streaming::Adaptive::IAdaptiveMediaSource, winrt::Windows::Media::Core::IMediaSource>
|
|
{
|
|
IAdaptiveMediaSource(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSource(IAdaptiveMediaSource const&) noexcept = default;
|
|
IAdaptiveMediaSource(IAdaptiveMediaSource&&) noexcept = default;
|
|
IAdaptiveMediaSource& operator=(IAdaptiveMediaSource const&) & noexcept = default;
|
|
IAdaptiveMediaSource& operator=(IAdaptiveMediaSource&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSource2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSource2>
|
|
{
|
|
IAdaptiveMediaSource2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSource2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSource2(IAdaptiveMediaSource2 const&) noexcept = default;
|
|
IAdaptiveMediaSource2(IAdaptiveMediaSource2&&) noexcept = default;
|
|
IAdaptiveMediaSource2& operator=(IAdaptiveMediaSource2 const&) & noexcept = default;
|
|
IAdaptiveMediaSource2& operator=(IAdaptiveMediaSource2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSource3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSource3>
|
|
{
|
|
IAdaptiveMediaSource3(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSource3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSource3(IAdaptiveMediaSource3 const&) noexcept = default;
|
|
IAdaptiveMediaSource3(IAdaptiveMediaSource3&&) noexcept = default;
|
|
IAdaptiveMediaSource3& operator=(IAdaptiveMediaSource3 const&) & noexcept = default;
|
|
IAdaptiveMediaSource3& operator=(IAdaptiveMediaSource3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceAdvancedSettings :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceAdvancedSettings>
|
|
{
|
|
IAdaptiveMediaSourceAdvancedSettings(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceAdvancedSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceAdvancedSettings(IAdaptiveMediaSourceAdvancedSettings const&) noexcept = default;
|
|
IAdaptiveMediaSourceAdvancedSettings(IAdaptiveMediaSourceAdvancedSettings&&) noexcept = default;
|
|
IAdaptiveMediaSourceAdvancedSettings& operator=(IAdaptiveMediaSourceAdvancedSettings const&) & noexcept = default;
|
|
IAdaptiveMediaSourceAdvancedSettings& operator=(IAdaptiveMediaSourceAdvancedSettings&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceCorrelatedTimes :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceCorrelatedTimes>
|
|
{
|
|
IAdaptiveMediaSourceCorrelatedTimes(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceCorrelatedTimes(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceCorrelatedTimes(IAdaptiveMediaSourceCorrelatedTimes const&) noexcept = default;
|
|
IAdaptiveMediaSourceCorrelatedTimes(IAdaptiveMediaSourceCorrelatedTimes&&) noexcept = default;
|
|
IAdaptiveMediaSourceCorrelatedTimes& operator=(IAdaptiveMediaSourceCorrelatedTimes const&) & noexcept = default;
|
|
IAdaptiveMediaSourceCorrelatedTimes& operator=(IAdaptiveMediaSourceCorrelatedTimes&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceCreationResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceCreationResult>
|
|
{
|
|
IAdaptiveMediaSourceCreationResult(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceCreationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceCreationResult(IAdaptiveMediaSourceCreationResult const&) noexcept = default;
|
|
IAdaptiveMediaSourceCreationResult(IAdaptiveMediaSourceCreationResult&&) noexcept = default;
|
|
IAdaptiveMediaSourceCreationResult& operator=(IAdaptiveMediaSourceCreationResult const&) & noexcept = default;
|
|
IAdaptiveMediaSourceCreationResult& operator=(IAdaptiveMediaSourceCreationResult&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceCreationResult2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceCreationResult2>
|
|
{
|
|
IAdaptiveMediaSourceCreationResult2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceCreationResult2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceCreationResult2(IAdaptiveMediaSourceCreationResult2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceCreationResult2(IAdaptiveMediaSourceCreationResult2&&) noexcept = default;
|
|
IAdaptiveMediaSourceCreationResult2& operator=(IAdaptiveMediaSourceCreationResult2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceCreationResult2& operator=(IAdaptiveMediaSourceCreationResult2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDiagnosticAvailableEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDiagnosticAvailableEventArgs>
|
|
{
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs(IAdaptiveMediaSourceDiagnosticAvailableEventArgs const&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs(IAdaptiveMediaSourceDiagnosticAvailableEventArgs&&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs& operator=(IAdaptiveMediaSourceDiagnosticAvailableEventArgs const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs& operator=(IAdaptiveMediaSourceDiagnosticAvailableEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDiagnosticAvailableEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDiagnosticAvailableEventArgs2>
|
|
{
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs2(IAdaptiveMediaSourceDiagnosticAvailableEventArgs2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs2(IAdaptiveMediaSourceDiagnosticAvailableEventArgs2&&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs2& operator=(IAdaptiveMediaSourceDiagnosticAvailableEventArgs2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs2& operator=(IAdaptiveMediaSourceDiagnosticAvailableEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDiagnosticAvailableEventArgs3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDiagnosticAvailableEventArgs3>
|
|
{
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs3(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs3(IAdaptiveMediaSourceDiagnosticAvailableEventArgs3 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs3(IAdaptiveMediaSourceDiagnosticAvailableEventArgs3&&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs3& operator=(IAdaptiveMediaSourceDiagnosticAvailableEventArgs3 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDiagnosticAvailableEventArgs3& operator=(IAdaptiveMediaSourceDiagnosticAvailableEventArgs3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDiagnostics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDiagnostics>
|
|
{
|
|
IAdaptiveMediaSourceDiagnostics(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDiagnostics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDiagnostics(IAdaptiveMediaSourceDiagnostics const&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnostics(IAdaptiveMediaSourceDiagnostics&&) noexcept = default;
|
|
IAdaptiveMediaSourceDiagnostics& operator=(IAdaptiveMediaSourceDiagnostics const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDiagnostics& operator=(IAdaptiveMediaSourceDiagnostics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadBitrateChangedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadBitrateChangedEventArgs>
|
|
{
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs& operator=(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs& operator=(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2>
|
|
{
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2& operator=(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2& operator=(IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadCompletedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadCompletedEventArgs>
|
|
{
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs(IAdaptiveMediaSourceDownloadCompletedEventArgs const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs(IAdaptiveMediaSourceDownloadCompletedEventArgs&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs& operator=(IAdaptiveMediaSourceDownloadCompletedEventArgs const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs& operator=(IAdaptiveMediaSourceDownloadCompletedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadCompletedEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadCompletedEventArgs2>
|
|
{
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs2(IAdaptiveMediaSourceDownloadCompletedEventArgs2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs2(IAdaptiveMediaSourceDownloadCompletedEventArgs2&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs2& operator=(IAdaptiveMediaSourceDownloadCompletedEventArgs2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs2& operator=(IAdaptiveMediaSourceDownloadCompletedEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadCompletedEventArgs3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadCompletedEventArgs3>
|
|
{
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs3(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs3(IAdaptiveMediaSourceDownloadCompletedEventArgs3 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs3(IAdaptiveMediaSourceDownloadCompletedEventArgs3&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs3& operator=(IAdaptiveMediaSourceDownloadCompletedEventArgs3 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadCompletedEventArgs3& operator=(IAdaptiveMediaSourceDownloadCompletedEventArgs3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadFailedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadFailedEventArgs>
|
|
{
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs(IAdaptiveMediaSourceDownloadFailedEventArgs const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs(IAdaptiveMediaSourceDownloadFailedEventArgs&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs& operator=(IAdaptiveMediaSourceDownloadFailedEventArgs const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs& operator=(IAdaptiveMediaSourceDownloadFailedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadFailedEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadFailedEventArgs2>
|
|
{
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs2(IAdaptiveMediaSourceDownloadFailedEventArgs2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs2(IAdaptiveMediaSourceDownloadFailedEventArgs2&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs2& operator=(IAdaptiveMediaSourceDownloadFailedEventArgs2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs2& operator=(IAdaptiveMediaSourceDownloadFailedEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadFailedEventArgs3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadFailedEventArgs3>
|
|
{
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs3(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs3(IAdaptiveMediaSourceDownloadFailedEventArgs3 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs3(IAdaptiveMediaSourceDownloadFailedEventArgs3&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs3& operator=(IAdaptiveMediaSourceDownloadFailedEventArgs3 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadFailedEventArgs3& operator=(IAdaptiveMediaSourceDownloadFailedEventArgs3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadRequestedDeferral :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadRequestedDeferral>
|
|
{
|
|
IAdaptiveMediaSourceDownloadRequestedDeferral(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadRequestedDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadRequestedDeferral(IAdaptiveMediaSourceDownloadRequestedDeferral const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedDeferral(IAdaptiveMediaSourceDownloadRequestedDeferral&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedDeferral& operator=(IAdaptiveMediaSourceDownloadRequestedDeferral const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedDeferral& operator=(IAdaptiveMediaSourceDownloadRequestedDeferral&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadRequestedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadRequestedEventArgs>
|
|
{
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs(IAdaptiveMediaSourceDownloadRequestedEventArgs const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs(IAdaptiveMediaSourceDownloadRequestedEventArgs&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs& operator=(IAdaptiveMediaSourceDownloadRequestedEventArgs const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs& operator=(IAdaptiveMediaSourceDownloadRequestedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadRequestedEventArgs2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadRequestedEventArgs2>
|
|
{
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs2(IAdaptiveMediaSourceDownloadRequestedEventArgs2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs2(IAdaptiveMediaSourceDownloadRequestedEventArgs2&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs2& operator=(IAdaptiveMediaSourceDownloadRequestedEventArgs2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs2& operator=(IAdaptiveMediaSourceDownloadRequestedEventArgs2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadRequestedEventArgs3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadRequestedEventArgs3>
|
|
{
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs3(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs3(IAdaptiveMediaSourceDownloadRequestedEventArgs3 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs3(IAdaptiveMediaSourceDownloadRequestedEventArgs3&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs3& operator=(IAdaptiveMediaSourceDownloadRequestedEventArgs3 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadRequestedEventArgs3& operator=(IAdaptiveMediaSourceDownloadRequestedEventArgs3&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadResult>
|
|
{
|
|
IAdaptiveMediaSourceDownloadResult(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadResult(IAdaptiveMediaSourceDownloadResult const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadResult(IAdaptiveMediaSourceDownloadResult&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadResult& operator=(IAdaptiveMediaSourceDownloadResult const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadResult& operator=(IAdaptiveMediaSourceDownloadResult&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadResult2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadResult2>
|
|
{
|
|
IAdaptiveMediaSourceDownloadResult2(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadResult2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadResult2(IAdaptiveMediaSourceDownloadResult2 const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadResult2(IAdaptiveMediaSourceDownloadResult2&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadResult2& operator=(IAdaptiveMediaSourceDownloadResult2 const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadResult2& operator=(IAdaptiveMediaSourceDownloadResult2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceDownloadStatistics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceDownloadStatistics>
|
|
{
|
|
IAdaptiveMediaSourceDownloadStatistics(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceDownloadStatistics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceDownloadStatistics(IAdaptiveMediaSourceDownloadStatistics const&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadStatistics(IAdaptiveMediaSourceDownloadStatistics&&) noexcept = default;
|
|
IAdaptiveMediaSourceDownloadStatistics& operator=(IAdaptiveMediaSourceDownloadStatistics const&) & noexcept = default;
|
|
IAdaptiveMediaSourceDownloadStatistics& operator=(IAdaptiveMediaSourceDownloadStatistics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs>
|
|
{
|
|
IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs(IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs const&) noexcept = default;
|
|
IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs(IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs&&) noexcept = default;
|
|
IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs& operator=(IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs const&) & noexcept = default;
|
|
IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs& operator=(IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IAdaptiveMediaSourceStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IAdaptiveMediaSourceStatics>
|
|
{
|
|
IAdaptiveMediaSourceStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IAdaptiveMediaSourceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IAdaptiveMediaSourceStatics(IAdaptiveMediaSourceStatics const&) noexcept = default;
|
|
IAdaptiveMediaSourceStatics(IAdaptiveMediaSourceStatics&&) noexcept = default;
|
|
IAdaptiveMediaSourceStatics& operator=(IAdaptiveMediaSourceStatics const&) & noexcept = default;
|
|
IAdaptiveMediaSourceStatics& operator=(IAdaptiveMediaSourceStatics&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|