Prosody signal path processing: API: sm_path_avf_amrnb_dec

This function is under development. It could be changed or withdrawn, and may not be implemented in this release.

Prototype Definition

int sm_path_avf_amrnb_dec(struct sm_path_avf_amrnb_dec_parms *amrnbdecparms)

Parameters

*amrnbdecparms
a structure of the following type:
typedef struct sm_path_avf_amrnb_dec_parms {
	tSMPathId path;						/* in */
	tSM_INT enable;						/* in */
} SM_PATH_AVF_AMRNB_DEC_PARMS;

Description

Configures AVF encapsulated AMR-NB decoding on a signal path.

Fields

path (Only in Preliminary Documentation)
The signal path to be configured
enable (Only in Preliminary Documentation)
Enables (non-zero) or disables (zero) the AMR-NB decoder.

Returns

0 if call completed successfully, otherwise a standard error.


This function is part of the Prosody signal path processing API.