MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / createInstance

Method createInstance

Keyer/Keyer.cpp:1206–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204} // KeyerPluginFactory::describeInContext
1205
1206ImageEffect*
1207KeyerPluginFactory::createInstance(OfxImageEffectHandle handle,
1208 ContextEnum /*context*/)
1209{
1210 return new KeyerPlugin(handle);
1211}
1212
1213static KeyerPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
1214mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected