UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY 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 IDs of the properties describing the conference media filters rules.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY
public enum UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY
public enum class UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY
public enum UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY
public enum UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY

Members

Member name Description
UCCCMFRP_EGRESS_FILTER The ID of a property of the string (BSTR) value of Block or Unblock indicating whether the MCU does not send outgoing data (Block) or does (Unblock).
UCCCMFRP_INGRESS_FILTER The ID of a property of the string (BSTR) value of Block or Unblock indicating whether the MCU discards incoming data (Block) or not (Unblock).
UCCCMFRP_MAY_MODIFY_OWN_FILTERS The ID of a property of the Boolean (BOOL) value indicating whether a participant (including presenter) can modify the media filters (TRUE) or not (FALSE).
UCCCMFRP_ROLE The ID of a property of the UCC_CONFERENCE_PARTICIPANT_ROLE value of either UCC_CONFERENCE_PARTICIPANT_ROLE.UCCCPR_ADMIN or UCC_CONFERENCE_PARTICIPANT_ROLE.UCCCPR_PARTICIPANT.

Remarks

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. Media filters determine the directions of a media stream to and from an AV MCU. A media filters rule amounts to specifying the media filters plus the role of a participant and the participant's ability to modify his or her own filters. The conference media filters rule properties are used only in Live Meeting Client for hard mute.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_MEDIA_FILTERS_RULE_PROPERTY
{
   UCCCMFRP_ROLE = 1 | UCCPCL_CONFERENCE_MEDIA_FILTERS_RULE | UCCPAC_READ_ONLY | UCCPT_ENUMERATION,
   UCCCMFRP_MAY_MODIFY_OWN_FILTERS = 2 | UCCPCL_CONFERENCE_MEDIA_FILTERS_RULE | UCCPAC_READ_ONLY | UCCPT_BOOLEAN,
   UCCCMFRP_INGRESS_FILTER = 3 | UCCPCL_CONFERENCE_MEDIA_FILTERS_RULE | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCMFRP_EGRESS_FILTER = 4 | UCCPCL_CONFERENCE_MEDIA_FILTERS_RULE | UCCPAC_READ_ONLY | UCCPT_STRING
};

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