RTC_SECURITY_TYPE (Windows CE 5.0)
This enumeration defines possible encryption types for media. Windows CE does not support video or T120 media streams.
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClient2::PreferredSecurityLevel | RTC_SECURITY_LEVEL
Send Feedback on this topic to the authors