Name

OfxParameterSuiteV1::paramSetValueAtTime — Keyframes the value of a parameter at a specific time.

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramSetValueAtTime)(OfxParamHandle paramHandle,
  OfxTimetime,
 ...);
 

Arguments

  • paramHandle -
  • time -
  • ... -

Description

This sets a keyframe in the parameter at the indicated time to have the indicated value. The varargs ... argument needs to be values of the relevant type for this parameter. See the note on OfxParameterSuiteV1::paramSetValue for more detail

This function can be called the kOfxActionInstanceChanged action and during image effect analysis render passes.

Returns