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