Name

kOfxImageClipPropContinuousSamples — Clip and action argument property which indicates that the clip can be sampled continously

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageClipPropContinuousSamples "OfxImageClipPropContinuousSamples"

Type

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

Property Set

This is a property that belongs to the clip instance (read only), as an out argument to kOfxImageEffectActionGetClipPreferences action (read/write).

Default

The default value is 0 as an out argument to the kOfxImageEffectActionGetClipPreferences action.

Valid Values

This must be one of...

  • 0 if the images can only be sampled at discreet times (eg: the clip is a sequence of frames),
  • 1 if the images can only be sampled continuously (eg: the clip is infact an animating roto spline and can be rendered anywhen).

Description

Clip and action argument property which indicates that the clip can be sampled continously

If this is set to true, then the frame rate of a clip is effectively infinite, so to stop arithmetic errors the frame rate should then be set to 0.