Module ext_image_copy_capture_frame_v1

Available on crate feature wayland and Linux only.
Expand description

image capture frame

This object represents an image capture frame.

The client should attach a buffer, damage the buffer, and then send a capture request.

If the capture is successful, the compositor must send the frame metadata (transform, damage, presentation_time in any order) followed by the ready event.

If the capture fails, the compositor must send the failed event.

Structs§

ExtImageCopyCaptureFrameV1
image capture frame

Enums§

Error
Event
FailureReason
Request

Constants§

EVT_DAMAGE_OPCODE
The wire opcode for this event
EVT_DAMAGE_SINCE
The minimal object version supporting this event
EVT_FAILED_OPCODE
The wire opcode for this event
EVT_FAILED_SINCE
The minimal object version supporting this event
EVT_PRESENTATION_TIME_OPCODE
The wire opcode for this event
EVT_PRESENTATION_TIME_SINCE
The minimal object version supporting this event
EVT_READY_OPCODE
The wire opcode for this event
EVT_READY_SINCE
The minimal object version supporting this event
EVT_TRANSFORM_OPCODE
The wire opcode for this event
EVT_TRANSFORM_SINCE
The minimal object version supporting this event
REQ_ATTACH_BUFFER_OPCODE
The wire opcode for this request
REQ_ATTACH_BUFFER_SINCE
The minimal object version supporting this request
REQ_CAPTURE_OPCODE
The wire opcode for this request
REQ_CAPTURE_SINCE
The minimal object version supporting this request
REQ_DAMAGE_BUFFER_OPCODE
The wire opcode for this request
REQ_DAMAGE_BUFFER_SINCE
The minimal object version supporting this request
REQ_DESTROY_OPCODE
The wire opcode for this request
REQ_DESTROY_SINCE
The minimal object version supporting this request