DeviceClass
DeviceClass
DeviceClass
DeviceClass
Enum
Definition
Indicates the type of devices that the user wants to enumerate.
public : enum class DeviceClasspublic enum DeviceClassPublic Enum DeviceClass// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| All All All All | Indicates that the user wants to enumerate all devices. |
| AudioCapture AudioCapture AudioCapture AudioCapture | Indicates that the user wants to enumerate all audio capture devices. |
| AudioRender AudioRender AudioRender AudioRender | Indicates that the user wants to enumerate all audio rendering devices. |
| ImageScanner ImageScanner ImageScanner ImageScanner | Introduced in . Indicates that the user wants to enumerate all scanning devices. |
| Location Location Location Location | Introduced in . Indicates that the user wants to enumerate all location aware devices. |
| PortableStorageDevice PortableStorageDevice PortableStorageDevice PortableStorageDevice | Indicates that the user wants to enumerate all portable storage devices. |
| VideoCapture VideoCapture VideoCapture VideoCapture | Indicates that the user wants to enumerate all video capture devices. |