mme_copy_info_t

Media copy and ripping event information

Synopsis:

#include <mme/types.h>

typedef struct _mme_copy_info {
   uint64_t             srcfid;
   uint64_t             dstfid;
   uint64_t             cqid;
} mme_copy_info_t;

Description:

The structure mme_copy_info_t carries information about media copying and ripping operations. The MME uses this structure with events such as MME_EVENT_MEDIACOPIER_COPYFID, MME_EVENT_MEDIACOPIER_SKIPFID and MME_EVENT_MEDIACOPIER_STARTFID to deliver information about the state of a media copy or ripping operation.

Member Type Description
srcfid uint64_t The file ID of the source file being copied or ripped.
dstfid uint64_t The file ID of the destination file.
cqid uint64_t The copy queue ID entry currently being copied or ripped.

Classification:

QNX Multimedia

See also:

mme_play_get_status(), Event data and the chapter Media Copy and Ripping Events