Name

kOfxPropAPIVersion — Property on the host descriptor, saying what API version of the API is being implemented

Synopsis

#include "/ofxCore.h"
#define kOfxPropAPIVersion "OfxPropAPIVersion"

Type

kOfxPropAPIVersion is of type int , and is of variable dimension.

Property Set

This is a property that belongs to the host descriptor..

Description

Property on the host descriptor, saying what API version of the API is being implemented

This is a version string that will specify which version of the API is being implemented by a host. It can have multiple values. For example "1.0", "1.2.4" etc.....

If this is not present, it is safe to assume that the version of the API is "1.0".