Name

OfxImageEffectSuiteV1::clipGetPropertySet — Retrieves the property set for a given clip

Synopsis

#include "ofxImageEffect.h" 
OfxStatus(*clipGetPropertySet)(OfxImageClipHandleclip,
  OfxPropertySetHandle *propHandle);
 

Arguments

  • clip -
  • propHandle -

Description

The property handle is valid for the lifetime of the clip, which is generally the lifetime of the instance.

Returns