UCC_CONFERENCE_VIDEO_SWITCHING_MODE 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 conference video switching modes specifying how a presenter video stream is broadcast to the conference participants.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_VIDEO_SWITCHING_MODE
public enum UCC_CONFERENCE_VIDEO_SWITCHING_MODE
public enum class UCC_CONFERENCE_VIDEO_SWITCHING_MODE
public enum UCC_CONFERENCE_VIDEO_SWITCHING_MODE
public enum UCC_CONFERENCE_VIDEO_SWITCHING_MODE

Members

Member name Description
UCCCVSM_DOMINANT_SPEAKER_SWITCHED A flag to indicate that the primary speaker's video stream is sent to all the participants and when the current speaker changes, all the participants get to watch the new speaker's video stream.
UCCCVSM_MANUAL_SELECTION A flag to indicate that the presenters decide whose video is sent to all the conference participants.

Remarks

The video switching mode is a conference session property and describes how the video stream of a primary speaker or another participant is broadcast to the conference participants.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_VIDEO_SWITCHING_MODE
{
   UCCCVSM_DOMINANT_SPEAKER_SWITCHED = 1,
   UCCCVSM_MANUAL_SELECTION
};

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