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

Method getBitDepth

Engine/EffectInstance.cpp:5518–5524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5516}
5517
5518ImageBitDepthEnum
5519EffectInstance::getBitDepth(int inputNb) const
5520{
5521 QMutexLocker k(&_imp->metadataMutex);
5522
5523 return _imp->metadata.getBitDepth(inputNb);
5524}
5525
5526double
5527EffectInstance::getFrameRate() const

Calls

no outgoing calls

Tested by

no test coverage detected