ext_output_image_capture_source_manager_v1¤
wayland.ext_output_image_capture_source_manager_v1 ¤
Image capture source manager for outputs
A manager for creating image capture source objects for wl_output objects.
Methods:
-
create_source
–Create source object for output
-
destroy
–Delete this object
create_source ¤
create_source(output: wl_output) -> ext_image_capture_source_v1
Create source object for output
Creates a source object for an output. Images captured from this source will show the same content as the output. Some elements may be omitted, such as cursors and overlays that have been marked as transparent to capturing.
Returns:
-
ext_image_capture_source_v1
(ext_image_capture_source_v1
) –The created object
destroy ¤
destroy() -> None
Delete this object
Destroys the manager. This request may be sent at any time by the client and objects created by the manager will remain valid after its destruction.