VideoFile.unload Method

Module: VideoFile

Definition

Unloads the currently loaded video file or stream.

This function releases any resources associated with the video.

unload(self) -> None

Exceptions

An error has occurred during Devices Library execution.
void unload()

Exceptions

An error has occurred during Devices Library execution.
public void Unload()

Exceptions

An error has occurred during Devices Library execution.
public void unload() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_Unload (
    ID3_DEVICES_VIDEO_FILE hVideoFile)

Parameters

in Handle to the VideoFile object.

Returns

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