VideoFile.stopPreview Method

Module: VideoFile

Definition

Stops the preview mode.

This function halts the real-time display of video frames.

stop_preview(self) -> None

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_StopPreview (
    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.