![]() |
![]() |
![]() |
![]() |
Play status information
#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;
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. |
QNX Multimedia
mme_buffer_status_t, mme_time_t, mme_playstate_t, mme_playstate_speed_t
![]() |
![]() |
![]() |
![]() |