// C++ types for HDRProperties API.
// Generated automatically from 'IDisplayInfo.h'. DO NOT EDIT.

// Note: This code is inherently not thread safe. If required, proper synchronisation must be added.

#pragma once

#include <core/JSON.h>
#include <interfaces/IDisplayInfo.h>

namespace Thunder {

namespace JsonData {

    PUSH_WARNING(DISABLE_WARNING_TYPE_LIMITS)

    namespace HDRProperties {

        // Method params/result classes
        //

    } // namespace HDRProperties

    POP_WARNING()

} // namespace JsonData

// Enum conversion handlers
ENUM_CONVERSION_HANDLER(Exchange::IConnectionProperties::HDCPProtectionType)
ENUM_CONVERSION_HANDLER(Exchange::IConnectionProperties::INotification::Source)
ENUM_CONVERSION_HANDLER(Exchange::IHDRProperties::HDRType)

}

