![]() |
![]() |
![]() |
![]() |
Resume playback of a track session on a specified mediastore.
#include <mme/mme.h> int mme_play_resume_msid( mme_hdl_t *hdl, uint64_t msid );
mme
The function mme_play_resume_msid() resumes playback of a track session on a specified mediastore at the point mme_trksession_save_state() saved the track session's state.
![]() |
For devices, such as iPods, where the device itself maintains state knowledge:
|
For more information, see the MME Developer's Guide:
The function mme_play_resume_msid() delivers the following event:
This function blocks on qdb. In asynchronous mode, it attempts to validate the request (make sure the request makes sense) before releasing the caller.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_trksession_get_info(), mme_play_resume_msid() mme_trksession_resume_state() mme_trksession_save_state()
![]() |
![]() |
![]() |
![]() |