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.
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
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.
Returns