LV2_Options_Interface.set

Set the given options.

This function is in the "instantiation" LV2 threading class, so no other instance functions may be called concurrently.

@return Bitwise OR of LV2_Options_Status values.

struct LV2_Options_Interface
extern (C) nothrow @nogc
uint32_t function(LV2_Handle instance, const(LV2_Options_Option)* options) set;

Meta