7.5. IP_MEDIA_STREAM_INFO
The IP_MEDIA_STREAM_INFO provides the RTP and RTCP port information along with information about the capability properties that follow. The data structure definition is as follows:
typedef struct { char RTPAddress[MAX_ADDR_LENGTH]; int RTPPort; char RTCPAddress[MAX_ADDR_LENGTH]; int RTCPPort; char rfu[3]; } IP_MEDIA_STREAM_INFO, *IP_MEDIA_STREAM_INFOP;Table 24 describes the meaning of each field in the IP_MEDIA_STREAM_INFO data structure.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation