![]() |
![]() |
![]() |
![]() |
Time information for current track
#include <mme/types.h> typedef struct _mme_time_info { uint64_t time; uint64_t duration; } mme_time_t;
The structure mme_time_t carries the total play time and the play time elapsed for the current track or file. It is used during operations such as playback and ripping. It includes at least the members listed in the table below.
Member | Type | Description |
---|---|---|
time | uint64_t | The current time position in the track or file, in milliseconds. |
duration | uint64_t | The total duration of the track or file, in milliseconds. |
QNX Multimedia
![]() |
![]() |
![]() |
![]() |