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

Method isVideoWriter

Engine/WriteNode.cpp:943–947  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

941
942// static
943bool
944WriteNode::isVideoWriter(const std::string& pluginID)
945{
946 return (pluginID == PLUGINID_OFX_WRITEFFMPEG);
947}
948
949bool
950WriteNode::isVideoWriter() const

Callers 1

startWritersRenderingMethod · 0.45

Calls 3

isVideoWriterFunction · 0.85
lockMethod · 0.45
getPluginIDMethod · 0.45

Tested by

no test coverage detected