Name

OfxImageEffectSuiteV1::getParamSet — Retrieves the parameter set for the given image effect

Synopsis

#include "ofxImageEffect.h" 
OfxStatus (*getParamSet) ( OfxImageEffectHandle imageEffect ,
  OfxParamSetHandle * paramSet ) ;
 

Arguments

  • imageEffect - image effect to get the property set for
  • paramSet - pointer to a the parameter set, value is returned here

Description

The param set handle is valid for the lifetime of the image effect handle.

Returns