Image Effect Actions
[OFX Actions]


Detailed Description

These are the list of actions passed to an image effect plugin's main function. For more details on how to deal with actions, see Image Effect Actions.


Defines

#define kOfxImageEffectActionGetRegionOfDefinition   "OfxImageEffectActionGetRegionOfDefinition"
 Action called to get the region of definition of an effect.
#define kOfxImageEffectActionGetRegionsOfInterest   "OfxImageEffectActionGetRegionsOfInterest"
 Action called to get the regions of interest of an effect.
#define kOfxImageEffectActionGetTimeDomain   "OfxImageEffectActionGetTimeDomain"
 Action called to get the temporal domain of an effect.
#define kOfxImageEffectActionGetFramesNeeded   "OfxImageEffectActionGetFramesNeeded"
 Action called to get the frame ranged needed on an input clip to render a single frame.
#define kOfxImageEffectActionGetClipPreferences   "OfxImageEffectActionGetClipPreferences"
 Action called to have a plug-in define input an output clip preferences.
#define kOfxImageEffectActionIsIdentity   "OfxImageEffectActionIsIdentity"
 Action called to have a plug-in say if it is an identity transform.
#define kOfxImageEffectActionRender   "OfxImageEffectActionRender"
 Action to render an image.
#define kOfxImageEffectActionBeginSequenceRender   "OfxImageEffectActionBeginSequenceRender"
 Action indicating a series of render calls are about to happen.
#define kOfxImageEffectActionEndSequenceRender   "OfxImageEffectActionEndSequenceRender"
 Action to render a series of render calls have completed.
#define kOfxImageEffectActionDescribeInContext   "OfxImageEffectActionDescribeInContext"
 Action to describe an image effect in a specific context.


Define Documentation

#define kOfxImageEffectActionBeginSequenceRender   "OfxImageEffectActionBeginSequenceRender"

Action indicating a series of render calls are about to happen.

#define kOfxImageEffectActionDescribeInContext   "OfxImageEffectActionDescribeInContext"

Action to describe an image effect in a specific context.

#define kOfxImageEffectActionEndSequenceRender   "OfxImageEffectActionEndSequenceRender"

Action to render a series of render calls have completed.

#define kOfxImageEffectActionGetClipPreferences   "OfxImageEffectActionGetClipPreferences"

Action called to have a plug-in define input an output clip preferences.

#define kOfxImageEffectActionGetFramesNeeded   "OfxImageEffectActionGetFramesNeeded"

Action called to get the frame ranged needed on an input clip to render a single frame.

#define kOfxImageEffectActionGetRegionOfDefinition   "OfxImageEffectActionGetRegionOfDefinition"

Action called to get the region of definition of an effect.

#define kOfxImageEffectActionGetRegionsOfInterest   "OfxImageEffectActionGetRegionsOfInterest"

Action called to get the regions of interest of an effect.

#define kOfxImageEffectActionGetTimeDomain   "OfxImageEffectActionGetTimeDomain"

Action called to get the temporal domain of an effect.

#define kOfxImageEffectActionIsIdentity   "OfxImageEffectActionIsIdentity"

Action called to have a plug-in say if it is an identity transform.

#define kOfxImageEffectActionRender   "OfxImageEffectActionRender"

Action to render an image.


Copyright 2003-2004 The Foundry Visonmongers Ltd. All rights reserved.
Copying and redistribution with or without modification, is permitted provided that the following conditions are met:
  1. Redistributions of the document must retain the above copyright notice and this list of conditions.
  2. Neither the name of The Foundry Visonmongers Ltd nor names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Automatic documentation generated by DOxygen.