luxlabs header browser preview


@class NSString, BWDeferredCaptureContainer;

@interface BWDeferredCaptureController : BWStillImageProcessorController <BWDeferredCaptureControllerInputUpdatesDelegate> {
    BWDeferredCaptureContainer *_captureContainer;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (BOOL)usesCustomProcessingFlow;

- (void)reset;
- (int)process;
- (id)initWithConfiguration:(id)a0;
- (int)prepare;
- (void)_addInferences;
- (void)cancelProcessing;
- (void)input:(id)a0 encounteredProcessingError:(int)a1;
- (void)inputReceivedIntermediate:(id)a0;
- (id)requestForInput:(id)a0 delegate:(id)a1 errOut:(int *)a2;

@end