OfxImageEffectSuiteV1::clipGetHandle
— Get the propery handle of the named input clip in the given instance
#include "ofxImageEffect.h"
OfxStatus(*clipGetHandle)( | OfxImageEffectHandleimageEffect, |
const char *name, | |
OfxImageClipHandle *clip, | |
OfxPropertySetHandle *propertySet) ; |
The propertySet will have the same value as would be returned by OfxImageEffectSuiteV1::clipGetPropertySet
This return a clip handle for the given instance, note that this will m not be the same as the clip handle returned by clipDefine and will be distanct to clip handles in any other instance of the plugin.
Not a valid call in any of the describe actions.
\pre
\post