Defines the MSPP channel used for AMR transcoding in the 3G-324M Interface. MSP_AUDIO_CHANNEL_PARMS is used as a parameter in the MSP_CHANNEL_PARAMETER structure, which is used by mspCreateChannel.
typedef struct tag_MSP_AUDIO_CHANNEL_PARMS
{
DWORD size;
msp_FILTER_ENCODER_PARMS EncoderParms;
msp_FILTER_DECODER_PARMS DecoderParms;
} MSP_AUDIO_CHANNEL_PARMS;
For more information, see Designing the 3G-324M Interface channel configurations, Creating a channel and the MSPP Service Developer's Reference Manual.