ALCompositeProcessingMode Constants Reference
Declared in | ALViewPluginComposite.h |
---|
ALCompositeProcessingMode
The processing mode of the view plugin composite
Definition
typedef NS_ENUM(NSUInteger, ALCompositeProcessingMode ) {
ALCompositeProcessingModeSequential,
ALCompositeProcessingModeParallel,
ALCompositeProcessingModeParallelFirstScan,
};
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
. ALCompositeProcessingModeParallelFirstScan
-
The children plugins are run simultaneously, the first result found causes the plugin to return with it.
Declared In
ALViewPluginComposite.h
.
Declared In
ALViewPluginComposite.h