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