kOfxImageEffectFrameVarying
— Indicates whether an effect will generate different images from frame to frame.
#include "/ofxImageEffect.h" #define kOfxImageEffectFrameVarying "OfxImageEffectFrameVarying"
This is a property that belongs to the out argument to
kOfxImageEffectActionGetClipPreferences
action (read/write)..
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.