OfxImageEffectSuiteV1::clipGetPropertySet
— Retrieves the property set for a given clip
#include "ofxImageEffect.h"
OfxStatus
(*clipGetPropertySet)
(
|
OfxImageClipHandle clip , |
OfxPropertySetHandle *
propHandle
)
;
|
The property handle is valid for the lifetime of the clip, which is generally the lifetime of the instance.
kOfxStatOK
- the property set was found and returned
kOfxStatErrBadHandle
- if the paramter handle was invalid
kOfxStatErrUnknown
- if the type is unknown