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

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

Returns