Files
react-native-video/nitrogen/generated/shared/c++/HybridVideoPlayerSourceFactorySpec.cpp
2025-10-24 12:31:06 +02:00

23 lines
774 B
C++
Generated

///
/// 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