Prosody RTP processing: API: sm_vmptx_csrc_list_set

Prototype Definition

int sm_vmptx_csrc_list_set(struct sm_vmptx_csrc_list_set_parms *csrcp)

Parameters

*csrcp
a structure of the following type:
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;

Description

Sets the CSRC list contents. Any VMP[tx] using this list will use the specified CSRC list contents.

Fields

csrc_list
The CSRC list.
num_csrc
The number of CSRCs in the array
csrc
A pointer to an array of CSRCs

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody RTP processing API.