Expand Minimize
This topic has not yet been rated - Rate this topic

UCC_CONFERENCE_MEDIA_CHANNEL_PROPERTY Enumeration

Enumerates the IDs of the properties of a conference media channel.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
'Declaration
Public Enumeration UCC_CONFERENCE_MEDIA_CHANNEL_PROPERTY
public enum UCC_CONFERENCE_MEDIA_CHANNEL_PROPERTY
public enum UCC_CONFERENCE_MEDIA_CHANNEL_PROPERTY
Member nameDescription
UCCCMCPID_MUTEThe ID of a property of the Boolean BOOL type indicating whether the conference media channel is muted (TRUE) or not (FALSE).
UCCCMCPID_VIDEO_TYPEThe ID of a property of the UCC_VIDEO_TYPE type indicating the video type used by the conference media channel.

An application can determine the data type and accessibility as well as the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_ACCESSIBILITY as well UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_MEDIA_CHANNEL_PROPERTY
{
   UCCCMCPID_MUTE = 1 | UCCPCL_CONFERENCE_CHANNEL | UCCPAC_READ_WRITE| UCCPT_BOOLEAN,
   UCCCMCPID_VIDEO_TYPE = 2 | UCCPCL_CONFERENCE_CHANNEL | UCCPAC_READ_ONLY | UCCPT_ENUMERATION
};

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.