Name

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

Synopsis

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

Arguments

  • clip - clip effect to get the property set for
  • propHandle - pointer to a the property set handle, value is returedn her

Description

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

Returns