mme_time_t

Time information for current track

Synopsis:

#include <mme/types.h>

typedef struct _mme_time_info {
    uint64_t    time;
    uint64_t    duration;
} mme_time_t;

Description:

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.

Classification:

QNX Multimedia

See also:

mme_play_get_status()