int sm_vmptx_set_profile_specific(struct sm_vmptx_set_profile_specific_parms *psp)
typedef struct sm_vmptx_set_profile_specific_parms { tSMVMPtxId vmptx; /* in */ tSM_INT paramlen; /* in */ char *paramval; /* in */ } SM_VMPTX_SET_PROFILE_SPECIFIC_PARMS;
Sets profile specific parameters for a VMP[tx] previously set up to encode RTP extensions with call to sm_vmptx_config_profile_specific() . See documentation supplied with ProsodyS profile specific plugin for further details.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.