kOfxImageEffectPropSupportsMultipleClipPARs
— Indicates whether a host or plugin can support clips of differing pixel aspect ratios going into/out of an effect
#include "/ofxImageEffect.h" #define kOfxImageEffectPropSupportsMultipleClipPARs "OfxImageEffectPropSupportsMultipleClipPARs"
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 pixel aspect ratios going into/out of an effect
If a host indicates that it can support multiple pixel aspect ratios, then it will allow the plugin to explicitly set the output clip's aspect ratio in the
kOfxImageEffectActionGetClipPreferences
action. See
ImageEffectClipPreferences
.