Name

kOfxParamPropDoubleType — Describes how the double parameter should be interpreted by a host.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropDoubleType "OfxParamPropDoubleType"

Type

kOfxParamPropDoubleType is of type C string, and has only a single dimension.

Property Set

This is a property that belongs to the 1D, 2D and 3D float plugin parameter descriptor (read/write) and instance (read only),.

Default

The default value is kOfxParamDoubleTypePlain.

Valid Values

This must be one of

  • kOfxParamDoubleTypePlain - parameter has no special interpretation,
  • kOfxParamDoubleTypeAngle - parameter is to be interpretted as an angle,
  • kOfxParamDoubleTypeScale - parameter is to be interpretted as a scale factor,
  • kOfxParamDoubleTypeTime - parameter represents a time value (1D only),
  • kOfxParamDoubleTypeAbsoluteTime - parameter represents an absolute time value (1D only),

Description

Describes how the double parameter should be interpreted by a host.

Double parameters can be interpreted in several different ways, this property tells the host how to do so and thus gives hints as to the interface of the parameter.