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