Name

kOfxParamPropCustomInterpCallbackV1 — A pointer to a custom parameter's interpolation function.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropCustomInterpCallbackV1 "OfxParamPropCustomCallbackV1"

Type

kOfxParamPropCustomInterpCallbackV1 is of type pointer, and has only a single dimension.

Property Set

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

Default

The default value is NULL.

Valid Values

must point to a OfxCustomParamInterpFuncV1

Description

A pointer to a custom parameter's interpolation function.

It is an error not to set this property in a custom parameter during a plugin's define call if the custom parameter declares itself to be an animating parameter.