| 847 | } |
| 848 | |
| 849 | OfxStatus |
| 850 | OfxIntegerInstance::getNumKeys(unsigned int &nKeys) const |
| 851 | { |
| 852 | return OfxKeyFrame::getNumKeys(_knob.lock().get(), nKeys); |
| 853 | } |
| 854 | |
| 855 | OfxStatus |
| 856 | OfxIntegerInstance::getKeyTime(int nth, |
nothing calls this directly
no test coverage detected