mmsync_pl_entries_sync_data_t

Data for MMSYNC_EVENT_PLAYLIST_ENTRIES_UPDATE event

Synopsis:

#include <mmsync/event.h>
typedef struct s_mmsync_pl_entries_sync_data {
    uint32_t operation_id;
    uint64_t plid;
    uint64_t last_oid;
    uint32_t count;
    uint32_t total;
} mmsync_pl_entries_sync_data_t;

Data:

uint32_t operation_id
The synchronization operation ID.
uint64_t plid
The ID of the playlist being synchronized.
uint64_t last_oid
The ID of the last valid playlist entry in the database.
uint32_t count
The number of playlist entries updated.
uint32_t total
The total number of playlist entries to update.

Library:

mmsyncclient