Files
2026-03-25 17:28:35 +01:00

22 lines
644 B
C++
Generated

///
/// HybridVideoPlayerFactorySpec.cpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © 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