![]() |
![]() |
![]() |
![]() |
Gets information about system synchronization
#include <mme/mme.h> int mme_sync_get_status ( mme_hdl_t *hdl, mme_sync_status_t *status, size_t status_size )
mme
The function mme_sync_get_status() gets information about system synchronization. You can call this function and pass status as NULL and status_size as 0 to simply return the number of mediastores that have synchronization passes underway or pending, and use this information to set up the status array for a subsequent call. However, keep in mind that mediastore synchronization status can change rapidly, so you should always check the return value for the number of elements that contain valid data in status.
None delivered.
This function is non-blocking.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_playlist_sync(), mme_sync_cancel(), mme_sync_get_msid_status() mme_sync_status_t()
![]() |
![]() |
![]() |
![]() |