BackgroundBlurVideoFrameProcessor

@objcMembers
public class BackgroundBlurVideoFrameProcessor : NSObject, VideoSource, VideoSink

BackgroundBlurVideoFrameProcessor is a processor which receives video frames via VideoSource and then applies Gaussian blur to each video frame and renders the foreground on top of the blurred image. Gaussian blur is applied using built in CIGaussianBlur CIFilter.