Name

kOfxParamPropShowTimeMarker — Enables the display of a time marker on the host's time line to indicate the value of the absolute time param.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropShowTimeMarker "OfxParamPropShowTimeMarker"

Type

kOfxParamPropShowTimeMarker is of type int , and has only a single dimension.

Property Set

This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read/write).

Default

The default value is 0.

Valid Values

0 or 1

Description

Enables the display of a time marker on the host's time line to indicate the value of the absolute time param.

If a double parameter is has kOfxParamPropDoubleType set to kOfxParamDoubleTypeAbsoluteTime , then this indicates whether any marker should be made visible on the host's time line.