PluginList.get Method¶
Module: PluginList
Definition¶
Gets an item of the PluginList object.
get(self, index: int) -> PluginInfo
Parameters
index
intin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
PluginInfo get(int index)
Parameters
index
intin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
public PluginInfo Get(int index)
Parameters
index
intin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
public PluginInfo get(int index) throws DevicesException
Parameters
index
intin Index of the PluginInfo item to get.
Returns
PluginInfo item to get.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_Get (
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 get.hPluginInfoItem
ID3_DEVICES_PLUGIN_INFOout PluginInfo item to get.
Returns