kOfxImageEffectPropSupportsMultipleClipDepths
— Indicates whether a host or plugin can support clips of differing component depths going into/out of an effect
#include "/ofxImageEffect.h" #define kOfxImageEffectPropSupportsMultipleClipDepths "OfxImageEffectPropMultipleClipDepths"
kOfxImageEffectPropSupportsMultipleClipDepths
is of type
int
, and has only a single dimension.
This is a property that belongs to the plugin descriptor (read/write), host descriptor (read only).
This must be one of
Indicates whether a host or plugin can support clips of differing component depths going into/out of an effect
If a host indicates that it can support multiple pixels depths, then it will allow the plugin to explicitly set the output clip's pixel depth in the
kOfxImageEffectActionGetClipPreferences
action. See
ImageEffectClipPreferences
.