kOfxParamPropCustomValue
— Used by interpolating custom parameters to get and set interpolated values.
#include "/ofxParam.h" #define kOfxParamPropCustomValue "OfxParamPropCustomValue"
This is a property that belongs to the plugin string parameter descriptor (read/write) and instance (read only),.
Used by interpolating custom parameters to get and set interpolated values. This property is on the
inArgs
property and
outArgs
property of a
OfxCustomParamInterpFuncV1
and in both cases contains the encoded value of a custom parameter. As an
inArgs
property it will have two values, being the two keyframes to interpolate. As an
outArgs
property it will have a single value and the plugin should fill this with the encoded interpolated value of the parameter.