UCC_TUNING_WIZARD_PAGE 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 Device Tuning Wizard pages.
Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
Syntax
'Declaration
Public Enumeration UCC_TUNING_WIZARD_PAGE
public enum UCC_TUNING_WIZARD_PAGE
public enum class UCC_TUNING_WIZARD_PAGE
public enum UCC_TUNING_WIZARD_PAGE
public enum UCC_TUNING_WIZARD_PAGE
Members
Member name | Description |
---|---|
UCCTWP_AUDIO | A flag to identify the Media Device Tuning Wizard page for configuring the audio setting. |
UCCTWP_AUDIO_NONPRIVATE | A flag to identify the Media Device Tuning Wizard page for configuring the public audio setting. |
UCCTWP_AUDIO_NOTIFICATION | A flag to identify the Media Device Tuning Wizard page for configuring the audio notification setting. |
UCCTWP_WEBCAM | A flag to identify the Media Device Tuning Wizard page for configuring the webcam setting. |
Remarks
The Media Device Tuning Wizard allows a user to configure the settings of media devices used in a UCC API application.
Win32 COM/C++ Syntax
typedef enum UCC_TUNING_WIZARD_PAGE
{
UCCTWP_AUDIO = 0x00000001,
UCCTWP_AUDIO_NONPRIVATE = 0x00000002,
UCCTWP_AUDIO_NOTIFICATION = 0x00000004,
UCCTWP_WEBCAM = 0x00000008
};
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