#include "ofxCore.h" #define kOfxActionSyncPrivateData "OfxActionSyncPrivateData"
handle
handle to the plug-in instance, cast to an
OfxImageEffectHandle
inArgs
is redundant and is set to NULL,
outArgs
is redundant and is set to NULL.
This action is called when a plugin should synchronise any private data structures to its parameter set. This generally occurs when an effect is about to be saved or copied, but it could occur in other situations as well.