Name

kOfxImageEffectPropSetableFrameRate — Indicates whether the host will let a plugin set the frame rate of the output clip.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSetableFrameRate "OfxImageEffectPropSetableFrameRate"

Type

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

Property Set

This is a property that belongs to the host descriptor (read only).

Valid Values

This must be one of

  • 0 - in which case the plugin may not change the frame rate of the output clip,
  • 1 - which means a plugin is able to change the output clip's frame rate in the kOfxImageEffectActionGetClipPreferences action.

Description

Indicates whether the host will let a plugin set the frame rate of the output clip.

See ImageEffectClipPreferences.

If a clip can be continously sampled, the frame rate will be set to 0.