This structure defines the RTP IP address and port numbers for an RTP IPv6 endpoint source and destination.
Use RTPRTCP_V6_ENDPOINT_ADDR as a parameter in the MSP_ENDPOINT_ADDR structure, which is used with mspCreateEndpoint.
typedef struct tag_RTPRTCP_V6_ENDPOINT_ADDR
{
// RTPv6 parameters
char DestIpv6Address[46]; // destination IPv6 address in ASCII notation
WORD nDestPort; // destination port number
WORD ifc_idx; // network interface index 0-2 (0 - "auto")
char SrcIpv6Address[46]; // source IPv6 address in ASCII notation
WORD nSrcPort; // source port number
} RTPRTCP_V6_ENDPOINT_ADDR
For more information, see Creating an endpoint and the MSPP Service Developer's Reference Manual.