int sm_vmptx_create_csrc_list(struct sm_vmptx_create_csrc_list_parms *csrcp)
typedef struct sm_vmptx_create_csrc_list_parms {
tSMVMPTxCSRCListId csrc_list; /* out */
tSMModuleId module; /* in */
} SM_VMPTX_CREATE_CSRC_LIST_PARMS;
Creates a CSRC list object that can be used by multiple VMP[tx].
The CSRC values can be set using sm_vmptx_csrc_list_set().
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.