#include "ofxImageEffect.h" #define kOfxImageEffectActionGetTimeDomain "OfxImageEffectActionGetTimeDomain"
handle
handle to the instance, cast to an
OfxImageEffectHandle
,
inArgs
is redundant and is null
outArgs
has the following property
kOfxImageEffectPropFrameRange
- the frame range an effect can produce images for
This action allows a host to ask an effect what range of frames it can produce images over. Only effects instantiated in the General Context can have this called on them. In all other the host is in strict control over the temporal duration of the effect.
outArgs
property set
The default is,