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)
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
| 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. |
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
};