MSP_CHANNEL_ADDR

Creates audio and video MSPP channels for the 3G-324M Interface. MSP_CHANNEL_ADDR is used by mspCreateChannel.

When you use this structure, you must enter a channel type identifier in the channelType field. See Creating a channel for a list of channel type identifiers. You can enable inband DTMF carriage capability for an audio channel by setting the FilterAttribs field to MSP_FCN_ATTRIB_RFC2833.

typedef struct tag_MSP_CHANNEL_ADDR
{
    DWORD               size;
    DWORD                nBoard;        // Channel location (board number)
     MSP_CHANNEL_TYPE     channelType;
    DWORD                FilterAttribs; // Used to enable DSP Filter functions
} MSP_CHANNEL_ADDR;

For more information about mspCreateChannel, see the MSPP Service Developer's Reference Manual.