Interface ElectronDesktopCapturerSource

Information of the sharing screen source on Electron, which is retrieved by calling getElectronScreenSources.

See DesktopCapturerSource in the Electron API documentation for details.

Hierarchy

  • ElectronDesktopCapturerSource

Index

Properties

Properties

id

id: string

The ID of the screen source.

name

name: string

The name of the screen source.

thumbnail

thumbnail: IElectronNativeImage

The thumbnail of the screen source.

See ElectronNativeImage for details.