VideoFile.stop Method¶
Module: VideoFile
Definition¶
Stops the playback of the loaded video file or stream.
This function transitions the video to stop mode and resets the playback position.
stop(self) -> None
Exceptions
An error has occurred during Devices Library execution.
public void Stop()
Exceptions
An error has occurred during Devices Library execution.
public void stop() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_Stop (
ID3_DEVICES_VIDEO_FILE hVideoFile)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.
Returns