DesktopCapturerSource 对象
- string - The identifier of a window or screen that can be used as a
chromeMediaSourceId
constraint when calling navigator.getUserMedia. 标识符的格式是:window:XX:YY
或者screen:ZZ:0
。 XX是窗口ID或称句柄。 当YY为1时表示当前进程,为0时表示其它进程 。 ZZ 是一个代表屏幕的序列号,并且它不等于 source 的 name 中的索引。 thumbnail
- 缩略图图像。 注意: 无法保证缩略图的大小与传递给desktopCapturer. getSources
的options
中指定的 相同。 实际尺寸取决于 screen 或 window 的比例。- NativeImage - 可能是带有 window 的应用的图标, 或者 srouce 有一个 type screen 时null。 图标的尺寸无法事先获知, 取决于应用提供的内容。