PlanetKitScreenCaptureWindowFilterControllable
@objc
public protocol PlanetKitScreenCaptureWindowFilterControllable
A protocol that allows controlling the filtering of windows in a screen capture device.
-
Filters out the specified window from the screen capture.
Declaration
Swift
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.