VideoFormatList.get Method¶
Module: VideoFormatList
Definition¶
Gets an item of the VideoFormatList object.
get(self, index: int) -> VideoFormat
Parameters
index
intin Index of the VideoFormat item to get.
Returns
VideoFormat item to get.
Exceptions
An error has occurred during Devices Library execution.
VideoFormat get(int index)
Parameters
index
intin Index of the VideoFormat item to get.
Returns
VideoFormat item to get.
Exceptions
An error has occurred during Devices Library execution.
public VideoFormat Get(int index)
Parameters
index
intin Index of the VideoFormat item to get.
Returns
VideoFormat item to get.
Exceptions
An error has occurred during Devices Library execution.
public VideoFormat get(int index) throws DevicesException
Parameters
index
intin Index of the VideoFormat item to get.
Returns
VideoFormat item to get.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormatList_Get (
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 get.hVideoFormatItem
ID3_DEVICES_VIDEO_FORMATout VideoFormat item to get.
Returns