PluginList.resize Method¶
Module: PluginList
Definition¶
PluginList object.
resize(self, new_size: int) -> None
Parameters
new_size
intin PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
void resize(int newSize)
Parameters
newSize
intin PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
public void Resize(int newSize)
Parameters
newSize
intin PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
public void resize(int newSize) throws DevicesException
Parameters
newSize
intin PluginInfo object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginList_Resize (
ID3_DEVICES_PLUGIN_LIST hPluginList,
int newSize)
Parameters
hPluginList
ID3_DEVICES_PLUGIN_LISTin Handle to the PluginList object.newSize
intin PluginInfo object.
Returns