RTC_SECURITY_TYPE (Windows Embedded CE 6.0)
1/6/2010
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