Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
943
bool
944
WriteNode::isVideoWriter(const std::string& pluginID)
945
{
946
return (pluginID == PLUGINID_OFX_WRITEFFMPEG);
947
}
948
949
bool
950
WriteNode::isVideoWriter() const
Callers
1
startWritersRendering
Method · 0.45
Calls
3
isVideoWriter
Function · 0.85
lock
Method · 0.45
getPluginID
Method · 0.45
Tested by
no test coverage detected