Name
kOfxImageClipPropFieldOrder
— Which spatial field occurs temporally first in a frame.
Synopsis
#include "/ofxImageEffect.h"
#define kOfxImageClipPropFieldOrder "OfxImageClipPropFieldOrder"
Type
kOfxImageClipPropFieldOrder
is of type
string
, and has only a single dimension.
Property Set
This is a property that belongs to the a clip instance (read only).
Valid Values
This must be one of
-
kOfxImageFieldNone
- the material is unfielded
-
kOfxImageFieldLower
- the material is fielded, with image rows 0,2,4.... occuring first in a frame
-
kOfxImageFieldUpper
- the material is fielded, with image rows line 1,3,5.... occuring first in a frame
Description
Which spatial field occurs temporally first in a frame.