Name

kOfxImageEffectPropSetableFielding — Indicates whether the host will let a plugin set the fielding of the output clip.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSetableFielding "OfxImageEffectPropSetableFielding"

Type

kOfxImageEffectPropSetableFielding 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 - in which case the plugin may not change the fielding of the output clip,
  • 1 - which means a plugin is able to change the output clip's fielding in the kOfxImageEffectActionGetClipPreferences action.

Description

Indicates whether the host will let a plugin set the fielding of the output clip.

See ImageEffectClipPreferences.