Instance.descriptor

const(LV2_Descriptor) * descriptor() @property @nogc nothrow

Get the LV2_Descriptor of the plugin instance.

Normally hosts should not need to access the LV2_Descriptor directly.

The returned descriptor is shared and must not be deleted.

Returns

The LV2 descriptor