int sm_vmprx_status_codec_sse(struct sm_vmprx_status_codec_sse_parms *ssep)
typedef struct sm_vmprx_status_codec_sse_parms { tSMVMPrxId vmprx; /* in */ tSM_INT payload_type; /* in */ enum kSMVMPrxSSEStatus { kSMVMPrxSSEStatusNone, kSMVMPrxSSEStatusMessage, } status; /* out */ char *payload; /* inout */ tSM_INT max_length; /* in */ tSM_INT length; /* out */ } SM_VMPRX_STATUS_CODEC_SSE_PARMS;
This requires the module sse to have been downloaded.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.