ALCompositeProcessingMode Constants Reference

Declared in ALViewPluginComposite.h

ALCompositeProcessingMode

The processing mode of the view plugin composite

Definition

typedef NS_ENUM(NSUInteger, ALCompositeProcessingMode ) {
   ALCompositeProcessingModeSequential,
   ALCompositeProcessingModeParallel,
};

Constants

ALCompositeProcessingModeSequential

The children plugins are run one at a time.

Declared In ALViewPluginComposite.h.

ALCompositeProcessingModeParallel

The children plugins are run simultaneously, with each showing a cutout on the scan view.

Declared In ALViewPluginComposite.h.

Declared In

ALViewPluginComposite.h