Name

kOfxImageEffectPropTemporalClipAccess — Indicates support for random temporal access to images in a clip.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropTemporalClipAccess "OfxImageEffectPropTemporalClipAccess"

Type

kOfxImageEffectPropTemporalClipAccess 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).

Default

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

Valid Values

This must be one of 0 or 1

Description

Indicates support for random temporal access to images in a clip.

On a host, it indicates whether the host supports temporal access to images.

On a plugin, indicates if the plugin needs temporal access to images.

On a clip, it indicates that the clip needs temporal access to images.