BNBVisualClipListener
Objective-C
@protocol BNBVisualClipListener
- (BOOL)shouldContinueProcessing:(int32_t)completedFramesCount
                totalFramesCount:(int32_t)totalFramesCount;
@endSwift
protocol BNBVisualClipListenerUndocumented
- 
                  
                  Undocumented DeclarationObjective-C - (BOOL)shouldContinueProcessing:(int32_t)completedFramesCount totalFramesCount:(int32_t)totalFramesCount;Swift func shouldContinueProcessing(_ completedFramesCount: Int32, totalFramesCount: Int32) -> Bool
 BNBVisualClipListener Protocol Reference
        BNBVisualClipListener Protocol Reference