PlanetKitScreenCaptureWindowFilter
public class PlanetKitScreenCaptureWindowFilter : NSObject, PlanetKitScreenCaptureWindowFilterControllable
-
Filters out the specified window from the screen capture.
Declaration
Swift
public func filterOut(_ window: PlanetKitScreenCaptureWindow) -> [PlanetKitScreenCaptureWindow]?
Parameters
window
The window to be filtered out.
Return Value
An array of windows after filtering, or
nil
if the window should be excluded from the capture.