Name

kOfxImageClipPropUnmappedPixelDepth — Indicates the type of each component in a clip before any mapping by clip preferences

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageClipPropUnmappedPixelDepth "OfxImageClipPropUnmappedPixelDepth"

Type

kOfxImageClipPropUnmappedPixelDepth is of type string, and has only a single dimension.

Property Set

This is a property that belongs to the clip instance (read only).

Valid Values

This must be one of

  • kOfxBitDepthNone (implying a clip is unconnected image)
  • kOfxBitDepthByte
  • kOfxBitDepthShort
  • kOfxBitDepthFloat

Description

Indicates the type of each component in a clip before any mapping by clip preferences

This is the actual value of the component depth, before any mapping by clip preferences.