Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
0x0000001FAll media types are used.
**Windows 2000, and Windows Me/98 : **This constant is not supported.
RTCMT_ALL_RTP
0x0000000FThe media type is RTP.
**Windows 2000, and Windows Me/98 : **This constant is not supported.
RTCMT_AUDIO_RECEIVE
0x00000002The media type is audio receive.
RTCMT_AUDIO_SEND
0x00000001The media type is audio send.
RTCMT_T120_SENDRECV
0x00000010The 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
0x00000008The media type is video receive.
**Windows 2000, and Windows Me/98 : **This constant is not supported.
RTCMT_VIDEO_SEND
0x00000004The 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.