LV2UI_Port_Subscribe

Feature to subscribe to port updates (LV2_UI__portSubscribe).

Members

Variables

handle
LV2UI_Feature_Handle handle;

Pointer to opaque data which must be passed to subscribe() and unsubscribe().

subscribe
uint32_t function(LV2UI_Feature_Handle handle, uint32_t port_index, uint32_t port_protocol, const(LV2_Feature*)* features) subscribe;

Subscribe to updates for a port.

unsubscribe
uint32_t function(LV2UI_Feature_Handle handle, uint32_t port_index, uint32_t port_protocol, const(LV2_Feature*)* features) unsubscribe;

Unsubscribe from updates for a port.

Meta