Files
2025-10-24 12:31:06 +02:00

22 lines
649 B
C++
Generated

///
/// HybridVideoPlayerFactorySpec.cpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © 2025 Marc Rousavy @ Margelo
///
#include "HybridVideoPlayerFactorySpec.hpp"
namespace margelo::nitro::video {
void HybridVideoPlayerFactorySpec::loadHybridMethods() {
// load base methods/properties
HybridObject::loadHybridMethods();
// load custom methods/properties
registerHybrids(this, [](Prototype& prototype) {
prototype.registerHybridMethod("createPlayer", &HybridVideoPlayerFactorySpec::createPlayer);
});
}
} // namespace margelo::nitro::video