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

Method getFrameRate

Engine/EffectInstance.cpp:5526–5532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5524}
5525
5526double
5527EffectInstance::getFrameRate() const
5528{
5529 QMutexLocker k(&_imp->metadataMutex);
5530
5531 return _imp->metadata.getOutputFrameRate();
5532}
5533
5534double
5535EffectInstance::getAspectRatio(int inputNb) const

Callers 2

getDefaultMetadataMethod · 0.45
checkMetadataMethod · 0.45

Calls 1

getOutputFrameRateMethod · 0.80

Tested by

no test coverage detected