Name
kOfxImageEffectHostPropIsBackground
— Indicates if a host is a background render.
Synopsis
#include "/ofxImageEffect.h"
#define kOfxImageEffectHostPropIsBackground "OfxImageEffectHostPropIsBackground"
Type
kOfxImageEffectHostPropIsBackground
is of type
int
, and has only a single dimension.
Property Set
This is a property that belongs to the host descriptor (read only).
Valid Values
This must be one of
- 0 if the host is a foreground host, it may open the effect in an interactive session (or not)
- 1 if the host is a background 'processing only' host, and the effect will never be opened in an interactive session.
Description
Indicates if a host is a background render.