RTC_SECURITY_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible encryption types for media. Windows Embedded CE does not support video or T120 media streams.

Syntax

typedef enum RTC_SECURITY_TYPE {
  RTCSECT_AUDIO_VIDEO_MEDIA_ENCRYPTION, 
  RTCSECT_T120_MEDIA_ENCRYPTION
} RTC_SECURITY_TYPE;

Elements

  • RTCSECT_AUDIO_VIDEO_MEDIA_ENCRYPTION
    Audio and video media streams are encrypted.
  • RTCSECT_T120_MEDIA_ENCRYPTION
    The T120 media stream is encrypted.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCClient2::PreferredSecurityLevel
RTC_SECURITY_LEVEL