kOfxImageEffectPropFrameRate
— The frame rate of a clip or instance's project.
#include "/ofxImageEffect.h" #define kOfxImageEffectPropFrameRate "OfxImageEffectPropFrameRate"
This is a property that belongs to the clip instance (read only), effect instance (read only) and
kOfxImageEffectActionGetClipPreferences
action out args property (read/write).
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.