VideoFile.deviceId Property

Module: VideoFile

Type: int

Definition

Identifier for the device associated with this channel, intended for internal or plugin use.

device_id: int

Exceptions

An error has occurred during Devices Library execution.
int get deviceId => getDeviceId();

Exceptions

An error has occurred during Devices Library execution.
public int deviceId
{
    get => GetdeviceId();
}

Exceptions

An error has occurred during Devices Library execution.
public int getDeviceId() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetDeviceId (ID3_DEVICES_VIDEO_FILE hVideoFile, int * deviceId)

Returns

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