This function is deprecated.
int sm_vidmprx_sync_media(struct sm_vidmprx_sync_media_parms *syncmediap)
typedef struct sm_vidmprx_sync_media_parms { tSMVidMPrxId vidmprx; /* in */ tSMVMPrxId vmprx; /* in */ } SM_VIDMPRX_SYNC_MEDIA_PARMS;
Attempts to provide synchronisation between the media streams from a VidMP[rx] and a VMP[rx]. This is designed to be used when the two streams originated from the same source. There is no guarantee that synchronisation can be achieved, even for streams originating from the same source.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.