IPM_PORT_INFO
typedef struct ipm_port_info_tag { unsigned int unPortId; /* The Port ID */ char cIPAddress[IP_ADDR_SIZE]; /* IP Address */ } IPM_PORT_INFO, *PIPM_PORT_INFO;Description
This structure contains RTP and RTCP port properties. It is a child of IPM_MEDIA, which is a child of the IPM_MEDIA_INFO structure. The structure is used by the ipm_GetLocalMediaInfo( ) and ipm_StartMedia( ) functions.
Field Descriptions
The fields of the IPM_PORT_INFO data structure are described as follows:
- unPortId
- port identifier
- cIPAddress[IP_ADDR_SIZE]
- IP address of the port in standard dotted decimal string format; must be null-terminated.
For example, 192.168.0.1
Click here to contact Telecom Support Resources
Copyright 2002, Intel Corporation