Name

kOfxImagePropField — Which fields are present in the image

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImagePropField "OfxImagePropField"

Type

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

Property Set

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

Valid Values

This must be one of

  • kOfxImageFieldNone - the image is an unfielded frame
  • kOfxImageFieldBoth - the image is fielded and contains both interlaced fields
  • kOfxImageFieldLower - the image is fielded and contains a single field, being the lower field (rows 0,2,4...)
  • kOfxImageFieldUpper - the image is fielded and contains a single field, being the upper field (rows 1,3,5...)

Description

Which fields are present in the image