Name

OfxParameterSuiteV1::paramGetKeyTime — Returns the time of the nth key

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramGetKeyTime)(OfxParamHandle paramHandle,
 unsigned intnthKey,
 OfxTime *time);
 

Arguments

  • paramHandle - parameter handle to interogate
  • nthKey - which key to ask about (0 to paramGetNumKeys -1), ordered by time
  • time - pointer to OfxTime where the return value is placed

Returns