kOfxPropAPIVersion
— Property on the host descriptor, saying what API version of the API is being implemented
#include "/ofxCore.h" #define kOfxPropAPIVersion "OfxPropAPIVersion"
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".