Name

kOfxImageClipPropConnected — Says whether the clip is actually connected at the moment.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageClipPropConnected "OfxImageClipPropConnected"

Type

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

Property Set

This is a property that belongs to the clip instance (read only).

Valid Values

This must be one of 0 or 1

Description

Says whether the clip is actually connected at the moment.

An instance may have a clip may not be connected to an object that can produce image data. Use this to find out.

Any clip that is not optional will m always be connected during a render action. However, during interface actions, even non optional clips may be unconnected.