LMMS
Loading...
Searching...
No Matches
LV2_Feature Struct Reference

#include <lv2.h>

Public Attributes

const char * URI
voiddata

Detailed Description

Feature.

Features allow hosts to make additional functionality available to plugins without requiring modification to the LV2 API. Extensions may define new features and specify the URI and data to be used if necessary. Some features, such as lv2:isLive, do not require the host to pass data.

Member Data Documentation

◆ data

Pointer to arbitrary data.

The format of this data is defined by the extension which describes the feature with the given URI.

◆ URI

A globally unique, case-sensitive identifier (URI) for this feature.

This MUST be a valid URI string as defined by RFC 3986.


The documentation for this struct was generated from the following file: