VideoFormatList.get Method

Module: VideoFormatList

Definition

Gets an item of the VideoFormatList object.

get(self, index: int) -> VideoFormat

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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

in Handle to the VideoFormatList object.

index int
in Index of the VideoFormat item to get.

hVideoFormatItem ID3_DEVICES_VIDEO_FORMAT
out VideoFormat item to get.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.