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