VideoFormatList.clear Method¶
Module: VideoFormatList
Definition¶
Clears the VideoFormatList object.
clear(self) -> None
Exceptions
An error has occurred during Devices Library execution.
public void Clear()
Exceptions
An error has occurred during Devices Library execution.
public void clear() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormatList_Clear (
ID3_DEVICES_VIDEO_FORMAT_LIST hVideoFormatList)
Parameters
hVideoFormatList
ID3_DEVICES_VIDEO_FORMAT_LISTin Handle to the VideoFormatList object.
Returns