Name

OfxParameterSuiteV1::paramDeleteKey — Deletes a keyframe if one exists at the given time.

Synopsis

#include "ofxParam.h" 
OfxStatus (*paramDeleteKey) ( OfxParamHandle paramHandle ,
  OfxTime time ) ;
 

Arguments

  • paramHandle - parameter handle to delete the key from
  • time - time at which a keyframe is

Returns