UCC_AUDIO_VIDEO_DEVICE_CATEGORY 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 audio and video device categories.

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

Syntax

'Declaration
Public Enumeration UCC_AUDIO_VIDEO_DEVICE_CATEGORY
public enum UCC_AUDIO_VIDEO_DEVICE_CATEGORY
public enum class UCC_AUDIO_VIDEO_DEVICE_CATEGORY
public enum UCC_AUDIO_VIDEO_DEVICE_CATEGORY
public enum UCC_AUDIO_VIDEO_DEVICE_CATEGORY

Members

Member name Description
UCCAVDC_AUDIO_VIDEO_CALL_DEVICE A flag to indicate that the devices are of the audio and video call device.
UCCAVDC_AUDIO_VIDEO_CALL_NONPRIVATE_DEVICE A flag to indicate that the devices are of the public audio and video device.
UCCAVDC_NONE A flag to indicate that no device category is applicable to the device.
UCCAVDC_NOTIFICATION_DEVICE A flag to indicate that the devices are of the notification device.

Remarks

An audio-video device category identifies a media device type that can be recognized by the device tuning wizard. It is not related to the concept of category and category instances used in publication and subscriptions.

Win32 COM/C++ Syntax

typedef enum UCC_AUDIO_VIDEO_DEVICE_CATEGORY
{
   UCCAVDC_NONE = 0x00000000,
   UCCAVDC_AUDIO_VIDEO_CALL_DEVICE = 0x00000001,
   UCCAVDC_AUDIO_VIDEO_CALL_NONPRIVATE_DEVICE = 0x00000002,
   UCCAVDC_NOTIFICATION_DEVICE = 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