|
typedef I< Derived > | Mixin |
|
|
static void | map_feature_handlers (FeatureHandlerMap &hmap) |
|
static void | handle_feature (void *instance, void *data) |
|
|
LV2_Event_Callback_Data | m_callback_data |
|
uint32_t(* | m_ref_func )(LV2_Event_Callback_Data, LV2_Event *) |
|
uint32_t(* | m_unref_func )(LV2_Event_Callback_Data, LV2_Event *) |
|
uint32_t event_ref |
( |
LV2_Event * |
event | ) |
|
|
inlineprotected |
This should be called by the plugin for any event of type 0 if it creates an additional copy of it, either by saving more than one copy internally, passing more than one copy through to an output port, or a combination of those. It must be called once for each additional copy of the event. Note that you must not call this function if you just save one copy of the event, or just passes one copy through to an output port. param
event The event, as returned by lv2_event_get()
.
uint32_t event_unref |
( |
LV2_Event * |
event | ) |
|
|
inlineprotected |
This should be called by the plugin for any event of type 0, unless it keeps a copy of it or passes it through to an event output port. param
event The event, as returned by lv2_event_get()
.
The documentation for this struct was generated from the following file: