VideoFile.play Method

Module: VideoFile

Definition

Starts or resumes playback of the loaded video file or stream.

This function transitions the video to play mode.

play(self) -> None

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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