RTC_SECURITY_TYPE
This enumeration defines possible encryption types for media.
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
IRTCClient2::PreferredSecurityLevel | RTC_SECURITY_LEVEL
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.