Name

kOfxImageEffectPropInteractiveRenderStatus — Property that indicates if a plugin is being rendered in response to user interaction.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropInteractiveRenderStatus "OfxImageEffectPropInteractiveRenderStatus"

Type

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

Property Set

This is a property that belongs to the read only property on the inArgs of the following actions....

Valid Values

  • 0 - the host is rendering the instance due to some reason other than an interactive tweak on a UI,
  • 1 - the instance is being rendered because a user is modifying parameters in an interactive session.

Description

Property that indicates if a plugin is being rendered in response to user interaction.

This property is set to 1 on all render calls that have been triggered because a user is actively modifying an effect (or up stream effect) in an interactive session. This typically means that the effect is not being rendered as a part of a sequence, but as a single frame.