Name
kOfxParamHostPropSupportsParametricAnimation
— Property on the host to indicate support for parametric parameter animation.
Synopsis
#include "/ofxParametricParam.h"
#define kOfxParamHostPropSupportsParametricAnimation "OfxParamHostPropSupportsParametricAnimation"
Type
kOfxParamHostPropSupportsParametricAnimation
is of type
int
, and has only a single dimension.
Property Set
This is a property that belongs to the host descriptor (read only).
Description
Property on the host to indicate support for parametric parameter animation.
- Valid Values
- 0 indicating the host does not support animation of parmetric params,
- 1 indicating the host does support animation of parmetric params,