LV2_Descriptor.URI

A globally unique, case-sensitive identifier for this plugin.

This MUST be a valid URI string as defined by RFC 3986. All plugins with the same URI MUST be compatible to some degree, see http://lv2plug.in/ns/lv2core for details.

struct LV2_Descriptor
extern (C) nothrow @nogc
const(char)* URI;

Meta