LV2_Options_Interface

Interface for dynamically setting options (LV2_OPTIONS__interface).

Members

Variables

get
uint32_t function(LV2_Handle instance, LV2_Options_Option* options) get;

Get the given options.

set
uint32_t function(LV2_Handle instance, const(LV2_Options_Option)* options) set;

Set the given options.

Meta