Name
kOfxImageEffectPropSupportedComponents
— Indicates the components supported by a clip or host,
Synopsis
#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportedComponents "OfxImageEffectPropSupportedComponents"
Type
kOfxImageEffectPropSupportedComponents
is of type
string
, and is of variable dimension.
Property Set
This is a property that belongs to the host descriptor (read only), clip descriptor (read/write).
Valid Values
This must be one of
- kOfxImageComponentNone (implying a clip is unconnected)
- kOfxImageComponentRGBA
- kOfxImageComponentRGB
- kOfxImageComponentAlpha
Description
Indicates the components supported by a clip or host,
This list of strings indicate what component types are supported by a host or are expected as input to a clip.
The default for a clip descriptor is to have none set, the plugin
m
must define at least one in its define function