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