Name

OfxParameterSuiteV1::paramGetKeyIndex — Finds the index of a keyframe at/before/after a specified time.

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramGetKeyIndex)(OfxParamHandle paramHandle,
  OfxTimetime,
  int direction,
  int *index);
 

Arguments

  • paramHandle -
  • time -
  • direction -
  • index -

Returns