CaptureData.timestamp Property

Module: CaptureData

Type: long

Definition

Records the exact time of data capture, typically as a timestamp in a universal format.

This metadata is vital for synchronizing captured data with other time-based information systems, ensuring temporal accuracy in logging and analysis tasks.

timestamp: int

Exceptions

An error has occurred during Devices Library execution.
int get timestamp => getTimestamp();
set timestamp(int value) => setTimestamp(value);

Exceptions

An error has occurred during Devices Library execution.
public long timestamp
{
    get => Gettimestamp();
    set => Settimestamp(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public long getTimestamp() throws DevicesException
public void setTimestamp(long timestamp) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesCaptureData_GetTimestamp (ID3_DEVICES_CAPTURE_DATA hCaptureData, long long * timestamp)
int id3DevicesCaptureData_SetTimestamp (ID3_DEVICES_CAPTURE_DATA hCaptureData, long long timestamp)

Returns

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