Name

kOfxImageEffectPropSupportsTiles — Indicates whether a clip, plugin or host supports tiled images

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportsTiles "OfxImageEffectPropSupportsTiles"

Type

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

Property Set

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

Default

The default value is to 1 for a plugin and clip.

Valid Values

This must be one of 0 or 1

Description

Indicates whether a clip, plugin or host supports tiled images

Tiled images mean that input or output images can contain pixel data that is only a subset of their full RoD.

If a clip or plugin does not support tiled images, then the host should supply full RoD images to the effect whenever it fetches one.

V1.4: It is now possible (defined) to change OfxImageEffectPropSupportsTiles in Instance Changed