Contents

analyze(_:)

Analyzes individual video-stream frames for sensitive content.

Declaration

func analyze(_ pixelBuffer: CVPixelBuffer)

Discussion

This method analyzes a specific video frame and updates analysis according to the results. If your app implements a custom stream decoder, you can call this method for each video frame.

See Also

Analyzing a video stream