Name

OfxParameterSuiteV1::paramDeleteAllKeys — Deletes all keyframes from a parameter.

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramDeleteAllKeys)(OfxParamHandle paramHandle);
 

Arguments

  • paramHandle - parameter handle to delete the keys from

Description

This function can be called the kOfxActionInstanceChanged action and during image effect analysis render passes.

Returns