VideoFile.deviceId Property¶
Module: VideoFile
Type: int
Definition¶
Identifier for the device associated with this channel, intended for internal or plugin use.
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