int sm_vmprx_status_codec_amrnb(struct sm_vmprx_status_codec_amrnb_parms *amrnbp)
typedef struct sm_vmprx_status_codec_amrnb_parms {
tSMVMPrxId vmprx; /* in */
tSM_INT payload_type; /* in */
enum kSMVMPrxAMRNBStatus {
kSMVMPrxAMRNBStatusNone,
kSMVMPrxAMRNBStatusNewCMR,
} status; /* out */
union {
struct {
tSM_INT bitrate; /* out */
} cmr; /* out */
} u; /* out */
} SM_VMPRX_STATUS_CODEC_AMRNB_PARMS;
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.