Click or drag to resize

AudioDeviceInfo Properties

The AudioDeviceInfo type exposes the following members.

Properties
 NameDescription
Public propertyAudioApi Gets the audio API used when gathering the device information.
Public propertyChannels Gets the number specifying whether the device supports mono (1) or stereo (2) input.
Public propertyDeviceID Gets the unique identifier of the device which can differ accross application lifecycles.
Public propertyDriverVersion 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.
Public propertyGUID Gets the GUID of the device which is unique on the Operating System.
Public propertyIsDefault Gets a boolean value indicating whether the device is the default device.
Public propertyManufacturer Gets the manufacturer for the device driver.
Public propertyProductID Gets the product identifier.
Public propertyProductName Gets the product name in a null-terminated string.
Public propertySupportedFormats 
Public propertyType Gets the type of the device
Top
See Also