LV2UI_Port_Map.port_index

Get the index for the port with the given symbol.

@return The index of the port, or LV2UI_INVALID_PORT_INDEX if no such port is found.

struct LV2UI_Port_Map
extern (C) nothrow @nogc
uint32_t function(LV2UI_Feature_Handle handle, const char* symbol) port_index;

Meta