VideoFormatList.add Method¶
Module: VideoFormatList
Definition¶
Adds an item to the VideoFormatList object.
add(self, video_format_item: VideoFormat) -> None
Parameters
video_format_item
VideoFormatin VideoFormat item to add.
Exceptions
An error has occurred during Devices Library execution.
void add(VideoFormat videoFormatItem)
Parameters
videoFormatItem
VideoFormatin VideoFormat item to add.
Exceptions
An error has occurred during Devices Library execution.
public void Add(VideoFormat videoFormatItem)
Parameters
videoFormatItem
VideoFormatin VideoFormat item to add.
Exceptions
An error has occurred during Devices Library execution.
public void add(VideoFormat videoFormatItem) throws DevicesException
Parameters
videoFormatItem
VideoFormatin VideoFormat item to add.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormatList_Add (
ID3_DEVICES_VIDEO_FORMAT_LIST hVideoFormatList,
ID3_DEVICES_VIDEO_FORMAT hVideoFormatItem)
Parameters
hVideoFormatList
ID3_DEVICES_VIDEO_FORMAT_LISTin Handle to the VideoFormatList object.hVideoFormatItem
ID3_DEVICES_VIDEO_FORMATin VideoFormat item to add.
Returns