setExcludeWindowList abstract method

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

设置过滤的窗口列表。

支持版本:3.1.0 及以上。 详情描述:指定窗口列表,在采集屏幕时将这些窗口过滤,不在画面中显示。 调用时机:在创建屏幕采集实例 createScreenCaptureSource 之后。 使用限制:只适用于 Windows/macOS

  • list 过滤窗口的 ID 列表。

Implementation

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