Module wp_drm_lease_connector_v1

Source
Expand description

a leasable DRM connector

Represents a DRM connector which is available for lease. These objects are created via wp_drm_lease_device_v1.connector events, and should be passed to lease requests via wp_drm_lease_request_v1.request_connector. Immediately after the wp_drm_lease_connector_v1 object is created the compositor will send a name, a description, a connector_id and a done event. When the description is updated the compositor will send a description event followed by a done event.

Structs§

WpDrmLeaseConnectorV1
a leasable DRM connector

Enums§

Event
Request

Constants§

EVT_CONNECTOR_ID_OPCODE
The wire opcode for this event
EVT_CONNECTOR_ID_SINCE
The minimal object version supporting this event
EVT_DESCRIPTION_OPCODE
The wire opcode for this event
EVT_DESCRIPTION_SINCE
The minimal object version supporting this event
EVT_DONE_OPCODE
The wire opcode for this event
EVT_DONE_SINCE
The minimal object version supporting this event
EVT_NAME_OPCODE
The wire opcode for this event
EVT_NAME_SINCE
The minimal object version supporting this event
EVT_WITHDRAWN_OPCODE
The wire opcode for this event
EVT_WITHDRAWN_SINCE
The minimal object version supporting this event
REQ_DESTROY_OPCODE
The wire opcode for this request
REQ_DESTROY_SINCE
The minimal object version supporting this request