UCC_MEDIA_ENCRYPTION_LEVEL Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the media security level supported by the UCC API.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_MEDIA_ENCRYPTION_LEVEL
public enum UCC_MEDIA_ENCRYPTION_LEVEL
public enum class UCC_MEDIA_ENCRYPTION_LEVEL
public enum UCC_MEDIA_ENCRYPTION_LEVEL
public enum UCC_MEDIA_ENCRYPTION_LEVEL

Members

Member name Description
UCCMEL_NONE A flag to indicate that media encryption is not applied.
UCCMEL_OPTIONAL A flag to indicate that media encryption is optional.
UCCMEL_REQUIRED A flag to indicate that media encryption is required.

Remarks

An application can examine and set the media encryption level in an audio and video session by calling the GetEncryptionParameters and SetEncryptionParameters methods and supplying a member of this enumeration type as the input parameters.

Win32 COM/C++ Syntax

typedef enum UCC_MEDIA_ENCRYPTION_LEVEL
{
   UCCMEL_NONE = 0x00000001,
   UCCMEL_OPTIONAL = 0x00000002,
   UCCMEL_REQUIRED = 0x00000003
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace