Name

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

Synopsis

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

Arguments

  • imageEffect -
  • paramSet -

Description

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

Returns