![]() |
![]() |
![]() |
![]() |
Media copy and ripping event information
#include <mme/types.h> typedef struct _mme_copy_info { uint64_t srcfid; uint64_t dstfid; uint64_t cqid; } mme_copy_info_t;
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. |
QNX Multimedia
mme_play_get_status(), “Event data” and the chapter Media Copy and Ripping Events
![]() |
![]() |
![]() |
![]() |