Name

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

Synopsis

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

Arguments

  • imageEffect -
  • name - unique name of the clip to define
  • propertySet - a property handle for the clip descriptor will be returned here

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.