Name
kOfxImageEffectPropSupportedPixelDepths
— Indicates the bit depths support by a plug-in or host
Synopsis
#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportedPixelDepths "OfxImageEffectPropSupportedPixelDepths"
Type
kOfxImageEffectPropSupportedPixelDepths
is of type
string
, and is of variable dimension.
Property Set
This is a property that belongs to the host descriptor (read only), plugin descriptor (read/write).
Default
The default value is plugin descriptor none set.
Valid Values
This must be one of
- kOfxBitDepthNone (implying a clip is unconnected, not valid for an image)
- kOfxBitDepthByte
- kOfxBitDepthShort
- kOfxBitDepthHalf
- kOfxBitDepthFloat
Description
Indicates the bit depths support by a plug-in or host
The default for a plugin is to have none set, the plugin
m
must define at least one in its describe action.