Name

kOfxImageEffectPropFrameRate — The frame rate of a clip or instance's project.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropFrameRate "OfxImageEffectPropFrameRate"

Type

kOfxImageEffectPropFrameRate is of type double, and has only a single dimension.

Property Set

This is a property that belongs to the clip instance (read only), effect instance (read only) and kOfxImageEffectActionGetClipPreferences action out args property (read/write).

Description

The frame rate of a clip or instance's project.

For an input clip this is the frame rate of the clip.

For an output clip, the frame rate mapped via pixel preferences.

For an instance, this is the frame rate of the project the effect is in.

For the outargs property in the kOfxImageEffectActionGetClipPreferences action, it is used to change the frame rate of the ouput clip.