VideoFile.isPlaying Property

Module: VideoFile

Type: bool

Definition

Indicates whether the video file is currently in play mode.

This can be used to check if the video playback is active.

is_playing: bool

Exceptions

An error has occurred during Devices Library execution.
bool get isPlaying => getIsPlaying();

Exceptions

An error has occurred during Devices Library execution.
public bool isPlaying
{
    get => GetisPlaying();
}

Exceptions

An error has occurred during Devices Library execution.
public boolean getIsPlaying() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetIsPlaying (ID3_DEVICES_VIDEO_FILE hVideoFile, bool * isPlaying)

Returns

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