Name

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

Synopsis

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

Arguments

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

Description

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

Returns