Name

kOfxImageEffectPropSupportsMultipleClipDepths — Indicates whether a host or plugin can support clips of differing component depths going into/out of an effect

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportsMultipleClipDepths "OfxImageEffectPropMultipleClipDepths"

Type

kOfxImageEffectPropSupportsMultipleClipDepths 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 depths,
  • 1 - which means a host or plugin is able to to deal with clips of multiple pixel depths,

Description

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.