Name

kOfxPropType — General property, used to identify the kind of an object behind a handle

Synopsis

#include "/ofxCore.h"
#define kOfxPropType "OfxPropType"

Type

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

Property Set

This is a property that belongs to the any object handle (read only).

Valid Values

currently this can be...

  • kOfxTypeImageEffectHost
  • kOfxTypeImageEffect
  • kOfxTypeImageEffectInstance
  • kOfxTypeParameter
  • kOfxTypeParameterInstance
  • kOfxTypeClip
  • kOfxTypeImage

Description

General property, used to identify the kind of an object behind a handle