This structure defines the RTP IP address and port numbers for an RTP IPv4 endpoint source and destination.
Use RTPRTCP_ENDPOINT_ADDR as a parameter in the MSP_ENDPOINT_ADDR structure, which is used with mspCreateEndpoint.
typedef struct tag_RTPRTCP_ENDPOINT_ADDR
{
// RTP parameters
char DestIpAddress[20]; // destination IP address in dot notation
WORD nDestPort; // destination port number
char SrcIpAddress[20]; // source IP address in dot notation
WORD nSrcPort; // source port number
} RTPRTCP_ENDPOINT_ADDR;
For more information, see Creating an endpoint and the MSPP Service Developer's Reference Manual.