@class NSArray, NSString, BWInferenceVideoRequirement; @protocol BWInferenceSubmittable, BWInferencePropagatable, BWInferenceExtractable, BWInferenceProvider, BWInferenceExecutable; @interface BWInferenceSchedulerScaler : NSObject { BWInferenceVideoRequirement *_inputRequirement; id _provider; } @property (readonly, nonatomic) NSArray *inputVideoRequirements; @property (readonly, nonatomic) NSArray *outputRequirements; @property (readonly, nonatomic) int type; @property (readonly, nonatomic) id executable; @property (readonly, nonatomic) id submittable; @property (readonly, nonatomic) id extractable; @property (readonly, nonatomic) id propagatable; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) BOOL allowsAsyncPropagation; @property (readonly, nonatomic) BOOL mustExecuteWhenAllowed; - (void)propagateInferenceResultsToInferenceDictionary:(id)a0 usingStorage:(id)a1 inputSampleBuffer:(struct opaqueCMSampleBuffer { } *)a2 propagationSampleBuffer:(struct opaqueCMSampleBuffer { } *)a3; - (id)preventionReasonWithSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0 executionTime:(struct { long long x0; int x1; unsigned int x2; long long x3; })a1; - (id)newStorage; - (int)prepareForExecution; - (int)executeOnSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0 usingStorage:(id)a1 withExecutionTime:(struct { long long x0; int x1; unsigned int x2; long long x3; })a2 completionHandler:(id /* block */)a3; - (int)submitForSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0 usingStorage:(id)a1 withSubmissionTime:(struct { long long x0; int x1; unsigned int x2; long long x3; })a2 workQueue:(id)a3 completionHandler:(id /* block */)a4; - (void)dealloc; - (id)initWithInputRequirement:(id)a0 derivedFromRequirement:(id)a1 outputRequirements:(id)a2 options:(unsigned long long)a3; - (int)prepareForSubmissionWithWorkQueue:(id)a0; @end