![]() |
![]() |
![]() |
![]() |
Synchronize a specified playlist
#include <mme/mme.h> int mme_playlist_sync( mme_hdl_t *hdl, uint64_t plid, uint32_t flags );
mme
The function mme_playlist_sync() synchronizes the specified playlist. When it completes the synchronization operation it delivers either MME_EVENT_MS_SYNCCOMPLETE for a successfully synchronization, or MME_EVENT_SYNCABORTED for an unsuccessful synchronization.
The function mme_playlist_sync() may deliver any event of the class MME_EVENT_CLASS_SYNC, and any of the MME_SYNC_ERROR_* error events.
This function validates the synchronization request and does not block.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
MME_PLAYLIST_*, mme_playlist_close(), mme_playlist_create(), mme_playlist_delete(), mme_playlist_generate_similar(), mme_playlist_hdl_t, mme_playlist_item_get(), mme_playlist_items_count_get(), mme_playlist_open(), mme_playlist_position_set(), mme_playlist_set_statement(), mme_resync_mediastore()
![]() |
![]() |
![]() |
![]() |