int sm_vmptx_csrc_list_set(struct sm_vmptx_csrc_list_set_parms *csrcp)
typedef struct sm_vmptx_csrc_list_set_parms {
tSMVMPTxCSRCListId csrc_list; /* in */
int num_csrc; /* in */
int *csrc; /* in */
} SM_VMPTX_CSRC_LIST_SET_PARMS;
Sets the CSRC list contents. Any VMP[tx] using this list will use the specified CSRC list contents.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.