mmsync_first_fid_data_t

Data for MMSYNC_EVENT_MS_SYNCFIRSTFID and MMSYNC_EVENT_MS_SYNC_FIRST_EXISTING_FID events

Synopsis:

#include <mmsync/event.h>
typedef struct s_mmsync_first_fid_data {
    uint64_t fid;
    uint64_t timestamp;
    uint32_t operation_id;
    uint32_t count;
} mmsync_first_fid_data_t;

Data:

uint64_t fid
The file ID of the first media file synchronized.
uint64_t timestamp
The time when the first media file was synchronized.
uint32_t operation_id
The synchronization operation ID.
uint32_t count
The number of times that the event was sent.

Library:

mmsyncclient