///
/// NitroMediaKit-Swift-Cxx-Umbrella.hpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © 2025 Marc Rousavy @ Margelo
///

#pragma once

// Forward declarations of C++ defined types
// Forward declaration of `HybridNitroMediaKitSpec` to properly resolve imports.
namespace margelo::nitro::nitromediakit { class HybridNitroMediaKitSpec; }
// Forward declaration of `MediaInfoError` to properly resolve imports.
namespace margelo::nitro::nitromediakit { struct MediaInfoError; }
// Forward declaration of `MediaInfoMedia` to properly resolve imports.
namespace margelo::nitro::nitromediakit { struct MediaInfoMedia; }
// Forward declaration of `MediaInfoResult` to properly resolve imports.
namespace margelo::nitro::nitromediakit { struct MediaInfoResult; }
// Forward declaration of `MediaInfoWarning` to properly resolve imports.
namespace margelo::nitro::nitromediakit { struct MediaInfoWarning; }
// Forward declaration of `MediaType` to properly resolve imports.
namespace margelo::nitro::nitromediakit { enum class MediaType; }
// Forward declaration of `OperationType` to properly resolve imports.
namespace margelo::nitro::nitromediakit { enum class OperationType; }

// Include C++ defined types
#include "HybridNitroMediaKitSpec.hpp"
#include "MediaInfoError.hpp"
#include "MediaInfoMedia.hpp"
#include "MediaInfoResult.hpp"
#include "MediaInfoWarning.hpp"
#include "MediaType.hpp"
#include "OperationType.hpp"
#include <NitroModules/Promise.hpp>
#include <NitroModules/Result.hpp>
#include <exception>
#include <memory>
#include <optional>
#include <string>
#include <vector>

// C++ helpers for Swift
#include "NitroMediaKit-Swift-Cxx-Bridge.hpp"

// Common C++ types used in Swift
#include <NitroModules/ArrayBufferHolder.hpp>
#include <NitroModules/AnyMapUtils.hpp>
#include <NitroModules/RuntimeError.hpp>
#include <NitroModules/DateToChronoDate.hpp>

// Forward declarations of Swift defined types
// Forward declaration of `HybridNitroMediaKitSpec_cxx` to properly resolve imports.
namespace NitroMediaKit { class HybridNitroMediaKitSpec_cxx; }

// Include Swift defined types
#if __has_include("NitroMediaKit-Swift.h")
// This header is generated by Xcode/Swift on every app build.
// If it cannot be found, make sure the Swift module's name (= podspec name) is actually "NitroMediaKit".
#include "NitroMediaKit-Swift.h"
// Same as above, but used when building with frameworks (`use_frameworks`)
#elif __has_include(<NitroMediaKit/NitroMediaKit-Swift.h>)
#include <NitroMediaKit/NitroMediaKit-Swift.h>
#else
#error NitroMediaKit's autogenerated Swift header cannot be found! Make sure the Swift module's name (= podspec name) is actually "NitroMediaKit", and try building the app first.
#endif
