VideoFormatList.set Method

Module: VideoFormatList

Definition

Sets an item of the VideoFormatList object.

set(self, index: int, video_format_item: VideoFormat) -> None

Parameters

index int
in Index of the VideoFormat item to set.

video_format_item VideoFormat
in VideoFormat item to set.

Exceptions

An error has occurred during Devices Library execution.
void set(int index, VideoFormat videoFormatItem)

Parameters

index int
in Index of the VideoFormat item to set.

videoFormatItem VideoFormat
in VideoFormat item to set.

Exceptions

An error has occurred during Devices Library execution.
public void Set(int index, VideoFormat videoFormatItem)

Parameters

index int
in Index of the VideoFormat item to set.

videoFormatItem VideoFormat
in VideoFormat item to set.

Exceptions

An error has occurred during Devices Library execution.
public void set(int index, VideoFormat videoFormatItem) throws DevicesException

Parameters

index int
in Index of the VideoFormat item to set.

videoFormatItem VideoFormat
in 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

in Handle to the VideoFormatList object.

index int
in Index of the VideoFormat item to set.

hVideoFormatItem ID3_DEVICES_VIDEO_FORMAT
in VideoFormat item to set.

Returns

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