LV2UI_Port_Subscribe.unsubscribe

Unsubscribe from updates for a port.

This means that the host will cease calling calling port_event() when the port value changes.

Calling this function with a port_index and port_protocol that does not refer to an active port subscription has no effect.

@param handle The handle field of this struct. @param port_index The index of the port. @param port_protocol The URID of the ui:PortProtocol. @param features Features for this subscription. @return 0 on success.

struct LV2UI_Port_Subscribe
extern (C) nothrow @nogc
uint32_t function(LV2UI_Feature_Handle handle, uint32_t port_index, uint32_t port_protocol, const(LV2_Feature*)* features) unsubscribe;

Meta