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

UCC_AUDIO_VIDEO_DEVICE_CATEGORY Enumeration

Enumerates the audio and video device categories.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
'Declaration
Public Enumeration UCC_AUDIO_VIDEO_DEVICE_CATEGORY
public enum UCC_AUDIO_VIDEO_DEVICE_CATEGORY
public enum UCC_AUDIO_VIDEO_DEVICE_CATEGORY
Member nameDescription
UCCAVDC_AUDIO_VIDEO_CALL_DEVICEA flag to indicate that the devices are of the audio and video call device.
UCCAVDC_AUDIO_VIDEO_CALL_NONPRIVATE_DEVICEA flag to indicate that the devices are of the public audio and video device.
UCCAVDC_NONEA flag to indicate that no device category is applicable to the device.
UCCAVDC_NOTIFICATION_DEVICEA flag to indicate that the devices are of the notification device.

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
};

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.