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

Method getFrameRate

Engine/EffectInstance.cpp:5600–5606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5598}
5599
5600double
5601EffectInstance::getFrameRate() const
5602{
5603 QMutexLocker k(&_imp->metadataMutex);
5604
5605 return _imp->metadata.getOutputFrameRate();
5606}
5607
5608double
5609EffectInstance::getAspectRatio(int inputNb) const

Callers 2

getDefaultMetadataMethod · 0.45
checkMetadataMethod · 0.45

Calls 1

getOutputFrameRateMethod · 0.80

Tested by

no test coverage detected