Share via


RTC_PORT_TYPE (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines possible port types available for a media stream.

Syntax

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

Elements

  • 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.

    This enumeration value is available only for RTC 1.2 and later.

  • RTCPT_VIDEO_RTCP
    The port type is RTCP video.

    This enumeration value is available only for RTC 1.2 and later.

  • RTCPT_SIP
    A port type for SIP signaling is requested.

    This enumeration value is available only for RTC 1.2 and later.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCPortManager::GetMapping