Name

kOfxImageEffectPropSupportsMultipleClipPARs — Indicates whether a host or plugin can support clips of differing pixel aspect ratios going into/out of an effect

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportsMultipleClipPARs "OfxImageEffectPropSupportsMultipleClipPARs"

Type

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

Property Set

This is a property that belongs to the plugin descriptor (read/write), host descriptor (read only).

Default

The default value is 0 for a plugin.

Valid Values

This must be one of

  • 0 - in which case the host or plugin does not support clips of multiple pixel aspect ratios
  • 1 - which means a host or plugin is able to to deal with clips of multiple pixel aspect ratios

Description

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.