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

Method getMetadataNComps

Engine/EffectInstance.cpp:5511–5516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5509}
5510
5511int
5512EffectInstance::getMetadataNComps(int inputNb) const
5513{
5514 QMutexLocker k(&_imp->metadataMutex);
5515 return _imp->metadata.getNComps(inputNb);
5516}
5517
5518ImageBitDepthEnum
5519EffectInstance::getBitDepth(int inputNb) const

Callers 2

getDefaultMetadataMethod · 0.80

Calls 1

getNCompsMethod · 0.80

Tested by

no test coverage detected