![]() |
![]() |
![]() |
![]() |
Gets the status of synchronization for a mediastore
#include <mme/mme.h> int mme_sync_get_msid_status ( mme_hdl_t *hdl, uint64_t msid, mme_sync_status_t *status )
mme
The function mme_sync_get_msid_status() gets information about a specific mediastore's synchronization status. For more information about the status structure, see mme_sync_status_t.
If you request the synchronization status for an invalid MSID (a mediastore that doesn't exist), the function returns success, but all pass fields in status are filled with 0.
None delivered.
This function is non-blocking. It validates that status is not null.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_directed_sync_cancel(), mme_resync_mediastore(), mme_setpriorityfolder(), mme_sync_cancel(), mme_sync_directed(), mme_sync_file(), mme_sync_get_msid_status()
![]() |
![]() |
![]() |
![]() |