setExcludeWindowList abstract method

Future<void> setExcludeWindowList(
  1. List<int> list
)

Sets the filtered list of windows.

Available since: 3.1.0 Description: Specify a list of windows, and filter these windows when capturing the screen, and not display them on the screen. When to call: It can be called after the engine by createScreenCaptureSource has been initialized. Restrictions: Only available on Windows/macOS.

  • list List of IDs to filter windows.

Implementation

Future<void> setExcludeWindowList(List<int> list);