mmsync_event_metadata_licensing_t

Data for the MMSYNC_EVENT_METADATA_LICENSING event.

Synopsis:

#include <mmsync/event.h>
typedef struct mmsync_event_metadata_licensing {
    uint32_t operation_id;
    uint64_t fid;
    char license[32];
} mmsync_event_metadata_licensing_t;

Data:

uint32_t operation_id
The synchronization operation ID.
uint64_t fid
The ID of the file targeted by the synchronization; 0 if the entire mediastore is targeted.
char license
The source of the licensing requirement; for Gracenote, externaldb is used.

Library:

mmsyncclient

Description:

Data for the MMSYNC_EVENT_METADATA_LICENSING event