Enum FDCMode

Prototype

typedef enum {
  FDC_NORMAL = 1,
  FDC_STREAM = 2
} FDCMode;