Function

AgsAudioLv2OptionManagerlv2_options_get

since: 3.0.0

Declaration [src]

uint32_t
ags_lv2_option_manager_lv2_options_get (
  LV2_Handle instance,
  LV2_Options_Option* options
)

Description [src]

The LV2 options interface’s get method.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

instance

Type: LV2_Handle

The lv2 instance.

options

Type: LV2_Options_Option*

The LV2_Options.

The data is owned by the caller of the function.

Return value

Type: uint32_t

No description available.