int sm_vmprx_config_codec_amrwb(struct sm_vmprx_codec_amrwb_parms *codecp)
typedef struct sm_vmprx_codec_amrwb_parms { tSMVMPrxId vmprx; /* in */ tSM_INT payload_type; /* in */ tSM_INT aligned; /* in */ enum kSMPLCMode plc_mode; /* in */ tSM_INT report_cmr; /* in */ } SM_VMPRX_CODEC_AMRWB_PARMS;
Configures the VMP[rx] to use the AMR wide-band codec, setting the payload type mapping to payload_type. This supersedes any previous mapping that was in effect for this codec.
If the call completes successfully, RTP packets arriving at the VMP[rx] with a payload type that matches the specified payload type will be decoded using this codec.
This requires the module amr-wb to have been downloaded.
-1
will remove any payload type configuration from the
codec preventing its use.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.