Name

kOfxImageEffectFrameVarying — Indicates whether an effect will generate different images from frame to frame.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectFrameVarying "OfxImageEffectFrameVarying"

Type

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

Property Set

This is a property that belongs to the out argument to kOfxImageEffectActionGetClipPreferences action (read/write)..

Default

The default value is 0.

Valid Values

This must be one of 0 or 1

Description

Indicates whether an effect will generate different images from frame to frame.

This property indicates whether a plugin will generate a different image from frame to frame, even if no parameters or input image changes. For example a generater that creates random noise pixel at each frame.