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

Method getFrameRate

Engine/PyNode.cpp:1046–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044}
1045
1046double
1047Effect::getFrameRate() const
1048{
1049 NodePtr node = getInternalNode();
1050
1051 if (!node) {
1052 return 24.;
1053 }
1054
1055 return node->getEffectInstance()->getFrameRate();
1056}
1057
1058double
1059Effect::getPixelAspectRatio() const

Callers 6

canConnectInputMethod · 0.45
makeInfoForInputMethod · 0.45
checkForHintsMethod · 0.45
handleConnectionErrorFunction · 0.45

Calls 1

getEffectInstanceMethod · 0.80

Tested by

no test coverage detected