Name

kOfxParamPropCustomValue — Used by interpolating custom parameters to get and set interpolated values.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropCustomValue "OfxParamPropCustomValue"

Type

kOfxParamPropCustomValue is of type C string, and has only a single dimension.

Property Set

This is a property that belongs to the plugin string parameter descriptor (read/write) and instance (read only),.

Description

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.