VideoFormatList.resize Method¶
Module: VideoFormatList
Definition¶
VideoFormatList object.
resize(self, new_size: int) -> None
Parameters
new_size
intin VideoFormat object.
Exceptions
An error has occurred during Devices Library execution.
void resize(int newSize)
Parameters
newSize
intin VideoFormat object.
Exceptions
An error has occurred during Devices Library execution.
public void Resize(int newSize)
Parameters
newSize
intin VideoFormat object.
Exceptions
An error has occurred during Devices Library execution.
public void resize(int newSize) throws DevicesException
Parameters
newSize
intin VideoFormat object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormatList_Resize (
ID3_DEVICES_VIDEO_FORMAT_LIST hVideoFormatList,
int newSize)
Parameters
hVideoFormatList
ID3_DEVICES_VIDEO_FORMAT_LISTin Handle to the VideoFormatList object.newSize
intin VideoFormat object.
Returns