| 853 | } |
| 854 | |
| 855 | OfxStatus |
| 856 | OfxIntegerInstance::getKeyTime(int nth, |
| 857 | OfxTime & time) const |
| 858 | { |
| 859 | return OfxKeyFrame::getKeyTime(_knob.lock(), nth, time); |
| 860 | } |
| 861 | |
| 862 | OfxStatus |
| 863 | OfxIntegerInstance::getKeyIndex(OfxTime time, |
nothing calls this directly
no test coverage detected