MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isVideoReader

Method isVideoReader

Engine/ReadNode.cpp:882–886  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

880
881// static
882bool
883ReadNode::isVideoReader(const std::string& pluginID)
884{
885 return (pluginID == PLUGINID_OFX_READFFMPEG);
886}
887
888bool
889ReadNode::isVideoReader() const

Callers

nothing calls this directly

Calls 2

isVideoReaderFunction · 0.85
getPluginIDMethod · 0.45

Tested by

no test coverage detected