Audio |
The AudioDeviceInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioApi | Gets the audio API used when gathering the device information. |
![]() | Channels | Gets the number specifying whether the device supports mono (1) or stereo (2) input. |
![]() | DeviceID | Gets the unique identifier of the device which can differ accross application lifecycles. |
![]() | DriverVersion | Gets the version number of the device driver. The high-order byte is the major version number, and the low-order byte is the minor version number. |
![]() | GUID | Gets the GUID of the device which is unique on the Operating System. |
![]() | IsDefault | Gets a boolean value indicating whether the device is the default device. |
![]() | Manufacturer | Gets the manufacturer for the device driver. |
![]() | ProductID | Gets the product identifier. |
![]() | ProductName | Gets the product name in a null-terminated string. |
![]() | SupportedFormats | |
![]() | Type | Gets the type of the device |