Prosody RTP processing: API: sm_vmptx_destroy_csrc_list

Prototype Definition

int sm_vmptx_destroy_csrc_list(struct sm_vmptx_destroy_csrc_list_parms *csrcp)

Parameters

*csrcp
a structure of the following type:
typedef struct sm_vmptx_destroy_csrc_list_parms {
	tSMVMPTxCSRCListId csrc_list;				/* in */
} SM_VMPTX_DESTROY_CSRC_LIST_PARMS;

Description

Destroys a CSRC list.

Fields

csrc_list
The CSRC list to destroy

Returns

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


This function is part of the Prosody RTP processing API.