VideoFile.pause Method

Module: VideoFile

Definition

Pauses the playback of the loaded video file or stream.

This function transitions the video to pause mode.

pause(self) -> None

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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