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

Method getMetadataNComps

Engine/EffectInstance.cpp:5585–5590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5583}
5584
5585int
5586EffectInstance::getMetadataNComps(int inputNb) const
5587{
5588 QMutexLocker k(&_imp->metadataMutex);
5589 return _imp->metadata.getNComps(inputNb);
5590}
5591
5592ImageBitDepthEnum
5593EffectInstance::getBitDepth(int inputNb) const

Callers 2

getDefaultMetadataMethod · 0.80

Calls 1

getNCompsMethod · 0.80

Tested by

no test coverage detected