Name

OfxImageEffectSuiteV1::getPropertySet — Retrieves the property set for the given image effect

Synopsis

#include "ofxImageEffect.h" 
OfxStatus(*getPropertySet)(OfxImageEffectHandleimageEffect,
  OfxPropertySetHandle *propHandle);
 

Arguments

  • imageEffect -
  • propHandle -

Description

The property handle is for the duration of the image effect handle.

Returns