Name

OfxParameterSuiteV1::paramSetValue — Sets the current value of a parameter

Synopsis

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

Arguments

  • paramHandle - parameter handle to set value in
  • ... - one or more variables of the relevant type to hold the parameter's value

Description

This sets the current value of a parameter. The varargs ... argument needs to be values

Returns