VideoFile.playMode Property

Module: VideoFile

Type: PlayMode

Definition

An enumeration indicating the current play mode of the video file.

Possible values include ‘play’, ‘pause’, and ‘stop’.

play_mode: PlayMode

Exceptions

An error has occurred during Devices Library execution.
PlayMode get playMode => getPlayMode();

Exceptions

An error has occurred during Devices Library execution.
public PlayMode playMode
{
    get => GetplayMode();
}

Exceptions

An error has occurred during Devices Library execution.
public PlayMode getPlayMode() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetPlayMode (ID3_DEVICES_VIDEO_FILE hVideoFile, id3DevicesPlayMode * ePlayMode)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.