zwlr_export_dmabuf_manager_v1¤
wayland.zwlr_export_dmabuf_manager_v1 ¤
Manager to inform clients and begin capturing
This object is a manager with which to start capturing from sources.
Methods:
-
capture_output
–Capture a frame from an output
-
destroy
–Destroy the manager
capture_output ¤
capture_output(overlay_cursor: int, output: wl_output) -> zwlr_export_dmabuf_frame_v1
Capture a frame from an output
Capture the next frame of an entire output.
Parameters:
Returns:
-
zwlr_export_dmabuf_frame_v1
(zwlr_export_dmabuf_frame_v1
) –The created object
destroy ¤
destroy() -> None
Destroy the manager
All objects created by the manager will still remain valid, until their appropriate destroy request has been called.