RTC_PORT_TYPE

The RTC_PORT_TYPE enumeration describes the possible port types available for a media stream.

typedef enum RTC_PORT_TYPE
{
  RTCPT_AUDIO_RTP, 
  RTCPT_AUDIO_RTCP, 
  RTCPT_VIDEO_RTP, 
  RTCPT_VIDEO_RTCP, 
  RTCPT_SIP
} RTC_PORT_TYPE;

Constants

  • RTCPT_AUDIO_RTP
    The port type is RTP audio.

  • RTCPT_AUDIO_RTCP
    The port type is RTCP audio.

  • RTCPT_VIDEO_RTP
    The port type is RTP video.

    **RTC 1.0 and 1.01:  **This enumeration value is not supported.

  • RTCPT_VIDEO_RTCP
    The port type is RTCP video.

    **RTC 1.0 and 1.01:  **This enumeration value is not supported.

  • RTCPT_SIP
    A port mapping for SIP signaling is requested.

    **RTC 1.0 and 1.01:  **This enumeration value is not supported.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.

See Also

IRTCPortManager::GetMapping