VideoFormatList.add Method

Module: VideoFormatList

Definition

Adds an item to the VideoFormatList object.

add(self, video_format_item: VideoFormat) -> None

Parameters

video_format_item VideoFormat
in VideoFormat item to add.

Exceptions

An error has occurred during Devices Library execution.
void add(VideoFormat videoFormatItem)

Parameters

videoFormatItem VideoFormat
in VideoFormat item to add.

Exceptions

An error has occurred during Devices Library execution.
public void Add(VideoFormat videoFormatItem)

Parameters

videoFormatItem VideoFormat
in VideoFormat item to add.

Exceptions

An error has occurred during Devices Library execution.
public void add(VideoFormat videoFormatItem) throws DevicesException

Parameters

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

in Handle to the VideoFormatList object.

hVideoFormatItem ID3_DEVICES_VIDEO_FORMAT
in VideoFormat item to add.

Returns

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