AudioDeviceInfo Class |
Namespace: Ozeki.Media
The AudioDeviceInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioDeviceInfo |
Initializes a new instance of the AudioDeviceInfo class.
|
![]() | AudioDeviceInfo(DeviceType, String, String) |
Initializes a new instance of the AudioDeviceInfo class.
|
![]() | AudioDeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean) |
Initializes a new instance of the AudioDeviceInfo class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | GetAudioApi | (Defined by ExDeviceInfo.) |
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
|