![]() |
![]() |
![]() |
![]() |
Start playback at the specified offset in a track session
#include <mme/mme.h> int mme_play_offset( mme_hdl_t *hdl, int offset, uint32_t flags );
mme
The function mme_play_offset() starts playback at the specified offset in a track session (the offset in the trksessionview table). A value of 0 for the offset starts playback of the first track in the track session. Once started, playback continues through to the end of the track session.
Note the following about using mme_play_offset():
![]() |
You need to be playing the iPod before you can jump to an index into its tracksession. You can use mme_play_get_info() to confirm that you are playing an iPod: if you are not the iPod, mme_play_get_info() will not report MME_PLAYSUPPORT_DEVICE_TRACKSESSION. |
In other words, if the value of offsetis 1 and:
None delivered.
This function doesn't block.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_trksession_append_files(), mme_trksession_set_files(), mme_trksessionview_readx()
![]() |
![]() |
![]() |
![]() |