mm_sync_cancel()

Cancel a synchronization.

Synopsis:

#include <mmsync/mmsyncclient.h>
int mm_sync_cancel( mmsync_hdl_t *hdl, 
                    unsigned op_id, 
                    uint32_t flags )

Arguments:

hdl

The mm-sync connection handle

op_id

The operation ID of the synchronization to cancel

flags

Must be 0; reserved for future use

Library:

mmsyncclient

Description:

Cancel a synchronization. A synchronization may be cancelled if a device is no longer of interest or if playback is requested from a device that is being synchronized and would experience problems with simultaneous playback and synchronization activities.

Returns:

0 on success, -1 on failure