VideoFormatList.set Method¶
Module: VideoFormatList
Definition¶
Sets an item of the VideoFormatList object.
set(self, index: int, video_format_item: VideoFormat) -> None
Parameters
index
intin Index of the VideoFormat item to set.video_format_item
VideoFormatin VideoFormat item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(int index, VideoFormat videoFormatItem)
Parameters
index
intin Index of the VideoFormat item to set.videoFormatItem
VideoFormatin VideoFormat item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(int index, VideoFormat videoFormatItem)
Parameters
index
intin Index of the VideoFormat item to set.videoFormatItem
VideoFormatin VideoFormat item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(int index, VideoFormat videoFormatItem) throws DevicesException
Parameters
index
intin Index of the VideoFormat item to set.videoFormatItem
VideoFormatin VideoFormat item to set.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormatList_Set (
ID3_DEVICES_VIDEO_FORMAT_LIST hVideoFormatList,
int index,
ID3_DEVICES_VIDEO_FORMAT hVideoFormatItem)
Parameters
hVideoFormatList
ID3_DEVICES_VIDEO_FORMAT_LISTin Handle to the VideoFormatList object.index
intin Index of the VideoFormat item to set.hVideoFormatItem
ID3_DEVICES_VIDEO_FORMATin VideoFormat item to set.
Returns