|
LMMS
|
#include <options.h>
Public Attributes | |
| LV2_Options_Context | context |
| uint32_t | subject |
| LV2_URID | key |
| uint32_t | size |
| LV2_URID | type |
| const void * | value |
An option.
This is a property with a subject, also known as a triple or statement.
This struct is useful anywhere a statement needs to be passed where no memory ownership issues are present (since the value is a const pointer).
Options can be passed to an instance via the feature LV2_OPTIONS__options with data pointed to an array of options terminated by a zeroed option, or accessed/manipulated using LV2_Options_Interface.
| LV2_Options_Context _LV2_Options_Option::context |
Context (type of subject).
| LV2_URID _LV2_Options_Option::key |
Key (property).
| uint32_t _LV2_Options_Option::size |
Size of value in bytes.
| uint32_t _LV2_Options_Option::subject |
Subject.
| LV2_URID _LV2_Options_Option::type |
Type of value (datatype).