RTCMT_ Constants

The media type constants describe the media streams available. The IRTCClient::get_PreferredMediaTypes, IRTCClient::SetPreferredMediaTypes, and IRTCClient::get_MediaCapabilities methods use the media type flags.

  • RTCMT_ALL
    0x0000001F

    All media types are used.

    **Windows 2000, and Windows Me/98 :  **This constant is not supported.

  • RTCMT_ALL_RTP
    0x0000000F

    The media type is RTP.

    **Windows 2000, and Windows Me/98 :  **This constant is not supported.

  • RTCMT_AUDIO_RECEIVE
    0x00000002

    The media type is audio receive.

  • RTCMT_AUDIO_SEND
    0x00000001

    The media type is audio send.

  • RTCMT_T120_SENDRECV
    0x00000010

    The media type is T120 send or receive.

    **Windows 2000, and Windows Me/98 :  **This constant is not supported.

    **Windows 2000 SP4:  **This constant requires Windows 2000 SP4.

  • RTCMT_VIDEO_RECEIVE
    0x00000008

    The media type is video receive.

    **Windows 2000, and Windows Me/98 :  **This constant is not supported.

  • RTCMT_VIDEO_SEND
    0x00000004

    The media type is video send.

    **Windows 2000, and Windows Me/98 :  **This constant 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.