RTC_PORT_TYPE (Windows CE 5.0)

Send Feedback

This enumeration defines 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;

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCPortManager::GetMapping

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.