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