LV2_Handle

Plugin Instance Handle.

This is a handle for one particular instance of a plugin. It is valid to compare to NULL (or 0 for C++) but otherwise the host MUST NOT attempt to interpret it.

version(LV2)
extern (C) nothrow @nogc
alias LV2_Handle = void*

Meta