VideoFile.isPreviewing Property

Module: VideoFile

Type: bool

Definition

A boolean property indicating whether the device is currently in preview mode.

This can be used to check if the preview process is active.

is_previewing: bool

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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