RTC_SECURITY_LEVEL (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines possible encryption levels for the media stream.
Syntax
typedef enum RTC_SECURITY_LEVEL {
RTCSECL_UNSUPPORTED = 1,
RTCSECL_SUPPORTED,
RTCSECL_REQUIRED
} RTC_SECURITY_LEVEL;
Elements
- RTCSECL_UNSUPPORTED
Media stream encryption is not supported for the specified media type.
- RTCSECL_SUPPORTED
Media stream encryption is supported for the specified media type.
- RTCSECL_REQUIRED
Media stream encryption is required for the specified media type.
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_TYPE