mme_play_status_t

Play status information

Synopsis:

#include <mme/types.h>

typedef struct _mme_play_status {
    mme_time_t          time_info;
    uint32_t            playstate;
    mme_buffer_status_t buffer;
} mme_play_status_t;

Description:

The structure mme_play_status_t provides a snapshot of the current playback status, including total play time and play time elapsed. It includes at least the members described in the table below.

Member Type Description
time_info mme_time_t Time information about the current track or file. See mme_time_t in this reference.
playstate mme_playstate_t The current MME playstate. See mme_playstate_t in this reference.
buffer mme_buffer_status_t The current playback buffer status. See mme_buffer_status_t.

Classification:

QNX Multimedia

See also:

mme_buffer_status_t, mme_time_t, mme_playstate_t, mme_playstate_speed_t