Name
kOfxParamPropPluginMayWrite
— Flags whether the plugin will attempt to set the value of a parameter in some callback or analysis pass
Synopsis
#include "/ofxParam.h"
#define kOfxParamPropPluginMayWrite "OfxParamPropPluginMayWrite"
Type
kOfxParamPropPluginMayWrite
is of type
int
, 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 0.
Description
Flags whether the plugin will attempt to set the value of a parameter in some callback or analysis pass
This is used to tell the host whether the plug-in is going to attempt to set the value of the parameter.
@deprecated - v1.4: deprecated - to be removed in 1.5