Contains information about an audio device.
| C# | Visual Basic | Visual C++ |
public class DeviceInfo
Public Class DeviceInfo
public ref class DeviceInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DeviceInfo()()()() |
Initializes a new instance of the DeviceInfo class.
| |
| DeviceInfo(DeviceType, String, String) |
Initializes a new instance of the DeviceInfo class.
| |
| DeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean) |
Initializes a new instance of the DeviceInfo class.
| |
| 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.
| |
| 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.
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| 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.
| |
| ToString()()()() |
Returns a string that represents the current object.
(Overrides Object.ToString()()()().) | |
| Type |
Gets the type of the device
|
| Object | |
| DeviceInfo | |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290