Intel
®
IXP400 Digital Signal Processing (DSP) Software Version 2.5
Configuration and Initialization
API Reference Manual
43
data structure
XDSPResConfig_t
is defined as:
The stream ID information is used for the application to connect the T-Ports and L-Ports of the re-
sources.
typedef struct{
int numChTDM;
/* number of TDM termination channels */
int numChIP;
/* number of IP termination channels */
int numPlayers;
/* number of player instances */
int numMixers;
/* number of Audio Mixers */
int numPortsPerMixer;
/* number of ports per mixer */
int numStreams;
/* number of total streams in the router */
int streamBaseTDM;
/
* T-Port stream ID of the first TMD termination channel */
int streamBaseIP;
/* T-Port stream ID of the first IP termination channel */
int streamBasePly;
/* T-Port stream ID 1st port of the 1st Player instance */
int streamBaseMix;
/* T-Port stream ID of the first mixer port */
int countryCode;
/* country code */
} XDSPResConfig_t;