Name

OfxImageEffectSuiteV1::clipDefine — Define a clip to the effect.

Synopsis

#include "ofxImageEffect.h" 
OfxStatus(*clipDefine)(OfxImageEffectHandleimageEffect,
  const char *name,
  OfxPropertySetHandle *propertySet);
 

Arguments

  • imageEffect -
  • name -
  • propertySet -

Description

This function defines a clip to a host, the returned property set is used to describe various aspects of the clip to the host. Note that this does not create a clip instance.

\pre

  • we are inside the describe in context action.