Name

kOfxImageEffectPropInAnalysis — Indicates whether an effect is performing an analysis pass.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropInAnalysis "OfxImageEffectPropInAnalysis"

Type

kOfxImageEffectPropInAnalysis is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the plugin instance (read/write).

Default

The default value is to 0.

Valid Values

This must be one of 0 or 1

Description

Indicates whether an effect is performing an analysis pass.

This feature is likely to be deprecated in future releases.