PluginList.set Method¶
Module: PluginList
Definition¶
Sets an item of the PluginList object.
set(self, index: int, plugin_info_item: PluginInfo) -> None
Parameters
index
intin Index of the PluginInfo item to set.plugin_info_item
PluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, PluginInfo pluginInfoItem)
Parameters
index
intin Index of the PluginInfo item to set.pluginInfoItem
PluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, PluginInfo pluginInfoItem)
Parameters
index
intin Index of the PluginInfo item to set.pluginInfoItem
PluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, PluginInfo pluginInfoItem) throws DevicesException
Parameters
index
intin Index of the PluginInfo item to set.pluginInfoItem
PluginInfoin PluginInfo item to set.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_Set (
ID3_DEVICES_PLUGIN_LIST hPluginList,
int index,
ID3_DEVICES_PLUGIN_INFO hPluginInfoItem)
Parameters
hPluginList
ID3_DEVICES_PLUGIN_LISTin Handle to the PluginList object.index
intin Index of the PluginInfo item to set.hPluginInfoItem
ID3_DEVICES_PLUGIN_INFOin PluginInfo item to set.
Returns